[ci skip] chore: Update my name

Dieser Commit ist enthalten in:
Alexander Brandes 2022-05-07 16:14:40 +02:00
Ursprung 210ee9f2ef
Commit b85888806a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C
3 geänderte Dateien mit 2 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -1,4 +0,0 @@
jdkVersion = "17"
build = "gradle clean build -x test"
tools = ["findsecbugs", "ErrorProne", "Semgrep", "Detekt", "ESLint", "Infer"]
ignoreRules = ["CatchAndPrintStackTrace", "ReferenceEquality", "FallThrough", "FutureReturnValueIgnored"]

Datei anzeigen

@ -223,7 +223,7 @@ fun Project.applyLibrariesConfiguration() {
developers {
developer {
id.set("NotMyFault")
name.set("NotMyFault")
name.set("Alexander Brandes")
email.set("contact@notmyfault.dev")
organization.set("IntellectualSites")
}

Datei anzeigen

@ -84,7 +84,7 @@ fun Project.applyPlatformAndCoreConfiguration() {
developers {
developer {
id.set("NotMyFault")
name.set("NotMyFault")
name.set("Alexander Brandes")
email.set("contact@notmyfault.dev")
organization.set("IntellectualSites")
}