diff build.gradle @ 206:2b3eb4a9492f

MyRfbProto reorganization
author oc
date Wed, 02 Jul 2014 17:58:55 +0900
parents c1c009a06c2e
children c641988702b6
line wrap: on
line diff
--- a/build.gradle	Wed Jul 02 16:31:25 2014 +0900
+++ b/build.gradle	Wed Jul 02 17:58:55 2014 +0900
@@ -1,8 +1,8 @@
 apply plugin:'java'
 apply plugin: 'eclipse'
 
-sourceCompatibility = 1.8
-targetCompatibility = 1.8
+sourceCompatibility = 1.7
+targetCompatibility = 1.7
 version = '2.7.2'
 
 project.ext.baseName = 'tightvnc-jviewer'