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 8c1509d commit 4f70ec6Copy full SHA for 4f70ec6
settings.gradle
@@ -25,12 +25,6 @@ plugins {
25
26
// https://github.com/radarsh/gradle-test-logger-plugin/blob/develop/CHANGELOG.md
27
id 'com.adarshr.test-logger' version '4.0.0' apply false
28
-
29
- // https://github.com/graalvm/native-build-tools/releases
30
- id 'org.graalvm.buildtools.native' version '0.10.5' apply false
31
32
- // https://github.com/GradleUp/shadow/releases
33
- id 'com.gradleup.shadow' version '8.3.6' apply false
34
}
35
36
rootProject.name = 'spotless-cli'
0 commit comments