Skip to content

Commit

Permalink
Update Develocity plugin to 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pshevche committed Apr 4, 2024
1 parent 94b93db commit b36e7ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.develocity") version "3.17"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.13"
}

rootProject.name = "develocity-agent-adapters"
include("develocity-gradle-plugin-adapters")
include("develocity-maven-extension-adapters")

develocity {
server = "https://ge.gradle.org"
buildScan {
publishing.onlyIf { it.isAuthenticated }
}
}

0 comments on commit b36e7ee

Please sign in to comment.