Mercurial > hg > Applications > TreeVNC
changeset 621:320392910cb8
java 13
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 24 Feb 2020 16:20:56 +0900 |
parents | 0daf3ecab9d1 |
children | e75a536a65c9 |
files | build.gradle |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/build.gradle Sun Feb 23 07:22:48 2020 +0900 +++ b/build.gradle Mon Feb 24 16:20:56 2020 +0900 @@ -7,9 +7,9 @@ apply plugin: 'application' -sourceCompatibility = JavaVersion.VERSION_11 -targetCompatibility = JavaVersion.VERSION_11 -version = '2.7.2' +sourceCompatibility = JavaVersion.VERSION_13 +targetCompatibility = JavaVersion.VERSION_13 +version = '3.0.0' project.ext.baseName = 'tightvnc-jviewer' def buildNo = processBuildNo(version)