Skip to content

Commit 32d99ec

Browse files
committed
[fix] fix some minor bugs in build.gradle
1 parent 634dcb3 commit 32d99ec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ plugins {
1313
id 'application'
1414
id 'eclipse'
1515
id 'me.champeau.jmh' version '0.6.6'
16-
id 'com.bmuschko.izpack' version '3.0'
17-
id "com.github.hierynomus.license" version"0.15.0"
16+
id 'com.bmuschko.izpack' version '3.2'
17+
id "com.github.hierynomus.license" version "0.16.1"
1818
id "de.undercouch.download" version "4.0.0"
1919
}
2020

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

276276

277277
class CreateWinTarget extends DefaultTask {
278+
@Input
278279
String workDir = ''
280+
@Input
279281
String targetDir = ''
282+
@Input
280283
String jdkUrl = ''
281284

282285
@TaskAction

0 commit comments

Comments
 (0)