File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/groovy/org/gradlex/javamodule/dependencies/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class NonMainVariantsTest extends Specification {
8484
8585 then :
8686 result. output. contains(' Unable to find a variant' )
87- result. output. contains(' providing the requested capability' )
87+ result. output. contains(' requested capability' )
8888 result. output. contains(' org.slf4j:slf4j-api-test-fixtures' )
8989 }
9090}
You can’t perform that action at this time.
0 commit comments