[ci skip] chore: Update my name

This commit is contained in:
Alexander Brandes 2022-05-07 16:14:40 +02:00
parent 210ee9f2ef
commit b85888806a
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
3 changed files with 2 additions and 6 deletions

View File

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

View File

@ -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")
}

View File

@ -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")
}