Skip to content

Commit

Permalink
Bye bye develocity
Browse files Browse the repository at this point in the history
Could not load the value of field `b` of `com.gradle.scan.plugin.internal.service.d` bean found in field `pluginServiceFactory` of `org.gradle.internal.enterprise.impl.DefaultGradleEnterprisePluginAdapter` bean found in Gradle runtime
  • Loading branch information
mateuszkwiecinski committed Oct 9, 2024
1 parent 77f1c73 commit 17ead15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
14 changes: 0 additions & 14 deletions sample/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@ pluginManagement {
}
}

plugins {
id("com.gradle.develocity") version "3.18.1"
}

develocity {
buildScan {
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"

uploadInBackground = System.getenv("CI") == null
publishing { onlyIf { System.getenv("CI") != null } }
}
}

rootProject.name = "io.github.usefulness.testing.screenshot.sample"

include "android"
Expand Down
11 changes: 0 additions & 11 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ pluginManagement {

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("com.gradle.develocity") version "3.18.1"
}

develocity {
buildScan {
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"

uploadInBackground = System.getenv("CI") == null
publishing { onlyIf { false } }
}
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 17ead15

Please sign in to comment.