Skip to content

Commit

Permalink
Gradle 8.8-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Apr 26, 2024
1 parent 8b60c58 commit b9da1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-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 @@ -73,6 +73,8 @@ class IvyNebulaShadowJarPublishPluginIntegrationSpec extends BaseIntegrationTest
settingsFile << '''\
rootProject.name = 'ivypublishingtest'
'''.stripIndent()

System.setProperty('ignoreDeprecations', 'true')
}

def 'publish shadow jar with proper Ivy descriptor - no classifier'() {
Expand Down

0 comments on commit b9da1fb

Please sign in to comment.