We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823dfa0 commit 5404e02Copy full SHA for 5404e02
build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'dev.equo.ide'
2
equoIde {
3
branding().title('Spotless').icon(file('_images/spotless_logo.png'))
4
welcome().openUrl('https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md')
5
- gradleBuildship().autoImport('.')
+ //gradleBuildship().autoImport('.')
6
}
7
8
repositories {
gradle/wrapper/gradle-wrapper.jar
100755
100644
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-rc-2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
0 commit comments