diff options
author | Jan Klos <honza.klos@gmail.com> | 2019-01-22 00:32:06 +0100 |
---|---|---|
committer | Jan Klos <honza.klos@gmail.com> | 2019-01-22 00:32:06 +0100 |
commit | 3075d3d644ad4afb4814797f3603f0e915cb3a36 (patch) | |
tree | 47a815f6cff68f0abb9d500eed7bb10e73911e80 | |
parent | 9befffa90f79ffed47ca0f0b458f7be8f6ac133d (diff) | |
download | dcevm-3075d3d644ad4afb4814797f3603f0e915cb3a36.tar.gz dcevm-3075d3d644ad4afb4814797f3603f0e915cb3a36.zip |
set 8u202 in properties
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index aba8a200..615eedd1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -53,5 +53,5 @@ targetJre=build/jre #hotspotTag=jdk8u152-b16 #hotspotTag=jdk8u172-b11 #hotspotTag=jdk8u181-b13 -hotspotTag=jdk8u201-b09 -#hotspotTag=jdk8u202-b08 +#hotspotTag=jdk8u201-b09 +hotspotTag=jdk8u202-b08 |