diff --git a/.lift.toml b/.lift.toml deleted file mode 100644 index ce8dc2d05..000000000 --- a/.lift.toml +++ /dev/null @@ -1,4 +0,0 @@ -jdkVersion = "17" -build = "gradle clean build -x test" -tools = ["findsecbugs", "ErrorProne", "Semgrep", "Detekt", "ESLint", "Infer"] -ignoreRules = ["CatchAndPrintStackTrace", "ReferenceEquality", "FallThrough", "FutureReturnValueIgnored"] diff --git a/buildSrc/src/main/kotlin/LibsConfig.kt b/buildSrc/src/main/kotlin/LibsConfig.kt index caae699d7..26bc8dd87 100644 --- a/buildSrc/src/main/kotlin/LibsConfig.kt +++ b/buildSrc/src/main/kotlin/LibsConfig.kt @@ -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") } diff --git a/buildSrc/src/main/kotlin/PlatformConfig.kt b/buildSrc/src/main/kotlin/PlatformConfig.kt index eafb5681f..5a38f38de 100644 --- a/buildSrc/src/main/kotlin/PlatformConfig.kt +++ b/buildSrc/src/main/kotlin/PlatformConfig.kt @@ -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") }