Skip to content

Commit 338f1e1

Browse files
Oliver Weilermarc0der
authored andcommitted
Revert changes to assemble task
1 parent cf83795 commit 338f1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tasks.test.configure {
7070
testLogging.exceptionFormat = FULL
7171
}
7272

73-
task assembleArchive(type: Zip, dependsOn: [prepareScripts, prepareContrib]) {
73+
task assembleArchive(type: Zip, dependsOn: prepareScripts) {
7474
archiveAppendix = 'cli'
7575
archiveVersion = sdkmanCliBuildVersion
7676
from('build/scripts')

0 commit comments

Comments
 (0)