Merge branch '3.1.x' into 3.2.x

Closes gh-40527
This commit is contained in:
Andy Wilkinson
2024-04-26 09:33:12 +01:00
10 changed files with 30 additions and 40 deletions

View File

@@ -240,8 +240,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
}
}
}