Skip to content

Commit e19be32

Browse files
authored
Merge pull request #29 from qupo1/remove-jre8
remove unused JRE files
2 parents ac47e5d + 3257e66 commit e19be32

File tree

4 files changed

+1
-6
lines changed

4 files 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 {
-97.5 MB
Binary file not shown.
-69.6 MB
Binary file not shown.
-79.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)