Migrate to com.gradle.develocity plugin

Closes gh-40153
This commit is contained in:
Andy Wilkinson
2024-04-26 09:04:20 +01:00
parent 27418edeb0
commit 83f692237d
10 changed files with 30 additions and 40 deletions

View File

@@ -241,8 +241,10 @@ def documentationTest = tasks.register("documentationTest", Test) {
}
jvmArgs += "--add-opens=java.base/java.net=ALL-UNNAMED"
outputs.dir("${buildDir}/generated-snippets")
predictiveSelection {
enabled = false
develocity {
predictiveTestSelection {
enabled = false
}
}
}