diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c8..d710477 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionSha256Sum=8d97a97984f6cbd2b85fe4c60a743440a347544bf18818048e611f5288d46c94 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/src/test/groovy/nebula/test/MutableProjectStateWarningCheckIntegrationSpec.groovy b/src/test/groovy/nebula/test/MutableProjectStateWarningCheckIntegrationSpec.groovy index 726e4a0..1f22e4c 100644 --- a/src/test/groovy/nebula/test/MutableProjectStateWarningCheckIntegrationSpec.groovy +++ b/src/test/groovy/nebula/test/MutableProjectStateWarningCheckIntegrationSpec.groovy @@ -5,6 +5,10 @@ import spock.lang.IgnoreIf @IgnoreIf({ System.getenv('TITUS_TASK_ID') }) class MutableProjectStateWarningCheckIntegrationSpec extends IntegrationSpec { + def setup() { + System.setProperty("ignoreDeprecations", "true") + } + def 'mutable project state warning when configuration in another project is resolved unsafely'() { given: settingsFile << """