Skip to content

Commit

Permalink
Gradle 8.7-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Feb 27, 2024
1 parent 5a5cc56 commit 04d7267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class MultiProjectCircularDependencyRuleSpec extends BaseIntegrationTestKitSpec
def result = runTasksAndFail('fixGradleLint')

then:
result.output.contains("Could not get unknown property ':foo' for DefaultProjectDependency{dependencyProject='project ':bar'', configuration='default'}")
result.output.contains("Could not get unknown property ':foo' for DefaultProjectDependency{identityPath=':bar', configuration='default'}")
}

def 'detects circular dependencies in multi project - with bad syntax excludes fails but not in lint'() {
Expand Down

0 comments on commit 04d7267

Please sign in to comment.