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

@@ -21,9 +21,11 @@ test {
throw new GradleException("No tests were executed")
}
}
}
}
}
predictiveSelection {
enabled = false
develocity {
predictiveTestSelection {
enabled = false
}
}
}