diff build.gradle @ 437:345c92f0b67d

send multicasts to both ipv4 and ipv6
author Nozomi
date Sun, 12 Jun 2016 19:05:26 +0900
parents 367352328329
children b26c934c2bfb
line wrap: on
line diff
--- a/build.gradle	Sun Jun 12 09:23:38 2016 +0900
+++ b/build.gradle	Sun Jun 12 19:05:26 2016 +0900
@@ -2,8 +2,8 @@
 apply plugin: 'eclipse'
 apply plugin: 'application'
 
-sourceCompatibility = 1.7
-targetCompatibility = 1.7
+sourceCompatibility = 1.8
+targetCompatibility = 1.8
 version = '2.7.2'
 
 project.ext.baseName = 'tightvnc-jviewer'