Skip to content

Commit

Permalink
Gradle 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Dec 12, 2024
1 parent 3d9d4af commit 9d60ce5
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-snapshots/gradle-8.12-20241210012659+0000-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-8.11.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 project ':bar' of type org.gradle.api.internal.artifacts.dependencies.DefaultProjectDependency")
assert result.output.contains("Could not get unknown property ':foo' for DefaultProjectDependency{identityPath=':bar', configuration='default'}") || result.output.contains("Could not get unknown property ':foo' for project ':bar' of type org.gradle.api.internal.artifacts.dependencies.DefaultProjectDependency")
}

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

0 comments on commit 9d60ce5

Please sign in to comment.