Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Feb 7, 2016
1 parent cb91998 commit 941001a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-jdk.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def build = release[0][4]
def digest = new URL("https://www.oracle.com/webfolder/s/digest/${update}checksum.html").readLines()

// generate properties file
ant.propertyfile(file: 'build-jdk.properties', comment: "${name} ${version} binaries") {
ant.propertyfile(file: 'build-jdk.properties', comment: "${name} ${update} binaries") {
entry(key:"jdk.name", value: name)
entry(key:"jdk.version", value: version)

Expand Down

0 comments on commit 941001a

Please sign in to comment.