Skip to content

Commit

Permalink
Bundle jre 13.33 for all installers
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpiprava authored and ketan committed Oct 1, 2019
1 parent aa98155 commit 2c93195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ rootProject.ext.versions = [
iedriverserver: '3.14.0'
],
adoptOpenjdk : [
featureVersion: 12,
interimVersion: 0, // set to `null` for the first release
updateVersion : 1, // set to `null` for the first release
buildVersion : 12
featureVersion: 13,
interimVersion: null, // set to `null` for the first release
updateVersion : null, // set to `null` for the first release
buildVersion : 33
]
]

Expand Down

0 comments on commit 2c93195

Please sign in to comment.