Skip to content

Commit faf9aa5

Browse files
committed
Remove deprecated instrumentedClasspath configuration for Gradle 8.14.3
The instrumentedClasspath API was removed in Gradle 8.0. Version catalogs work natively without special configuration.
1 parent cccf523 commit faf9aa5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

functional-test/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ repositories {
1111
group = 'com.github.rundeck-plugins'
1212

1313
configurations {
14-
configurations {
15-
instrumentedClasspath {
16-
canBeConsumed = false
17-
}
18-
}
19-
2014
// Security: Force resolution of vulnerable dependencies
2115
all {
2216
resolutionStrategy {

0 commit comments

Comments
 (0)