Skip to content

Commit

Permalink
[fix] fix some minor bugs in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
funa-tk committed Oct 30, 2021
1 parent 634dcb3 commit 32d99ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ plugins {
id 'application'
id 'eclipse'
id 'me.champeau.jmh' version '0.6.6'
id 'com.bmuschko.izpack' version '3.0'
id "com.github.hierynomus.license" version"0.15.0"
id 'com.bmuschko.izpack' version '3.2'
id "com.github.hierynomus.license" version "0.16.1"
id "de.undercouch.download" version "4.0.0"
}

Expand Down Expand Up @@ -275,8 +275,11 @@ task prepareJPackage(dependsOn: "jar") {


class CreateWinTarget extends DefaultTask {
@Input
String workDir = ''
@Input
String targetDir = ''
@Input
String jdkUrl = ''

@TaskAction
Expand Down

0 comments on commit 32d99ec

Please sign in to comment.