Skip to content

Commit 3257e66

Browse files
authored
remove unused task from build.gradle
Unzipped JRE is not used by installer.
1 parent 6395396 commit 3257e66

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ task buildInfo {
2626
}
2727
}
2828

29-
task unzip(type: Copy) {
30-
// since your zip is in the buildDir, I suppose you'll need deferred evaluation, hence the from(Closure) variant
31-
from {
32-
zipTree("install_bundle/jre-10.0.2_windows-x64_bin.zip").singleFile
33-
}
34-
into "install_bundle"
29+
task unzip {
3530
}
3631

3732
task updateSetupFile {

0 commit comments

Comments
 (0)