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 cf83795 commit 338f1e1Copy full SHA for 338f1e1
build.gradle
@@ -70,7 +70,7 @@ tasks.test.configure {
70
testLogging.exceptionFormat = FULL
71
}
72
73
-task assembleArchive(type: Zip, dependsOn: [prepareScripts, prepareContrib]) {
+task assembleArchive(type: Zip, dependsOn: prepareScripts) {
74
archiveAppendix = 'cli'
75
archiveVersion = sdkmanCliBuildVersion
76
from('build/scripts')
0 commit comments