Skip to content

Commit

Permalink
Merge pull request #29 from qupo1/remove-jre8
Browse files Browse the repository at this point in the history
remove unused JRE files
  • Loading branch information
ArneBab authored Jan 6, 2025
2 parents ac47e5d + 3257e66 commit e19be32
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ task buildInfo {
}
}

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

task updateSetupFile {
Expand Down
Binary file removed install_bundle/jre-10.0.2_windows-x64_bin.zip
Binary file not shown.
Binary file removed install_bundle/jre-8u261-windows-i586.exe
Binary file not shown.
Binary file removed install_bundle/jre-8u261-windows-x64.exe
Binary file not shown.

0 comments on commit e19be32

Please sign in to comment.