We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbeea7 commit 078e07bCopy full SHA for 078e07b
org.sheepy.vsand/build.gradle
@@ -18,7 +18,7 @@ switch ( OperatingSystem.current() ) {
18
break
19
}
20
21
-task jlink(type: Exec, dependsOn: ['installDist', 'cleanJlink']) {
+task jlink(type: Exec, dependsOn: ['installDist']) {
22
def javaHome = System.properties.'java.home'
23
24
workingDir 'build'
@@ -47,6 +47,7 @@ task copyModules(type: Copy) {
47
into 'build/image/modules'
48
49
50
+tasks.clean.dependsOn(cleanJlink)
51
tasks.jlink.finalizedBy(copyReleng)
52
tasks.jlink.finalizedBy(copyModules)
53
0 commit comments