summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-12-02 16:45:20 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-12-02 16:45:20 +0100
commit1c2c93eba8c84e22b22f3b2c2f1704633dd6e6ab (patch)
tree54b03893e4fd87d3aef1a0b2ea272c18c2271073 /desktop
parent41fb3fd7afc46162dee1299a0b37d7ee5835b436 (diff)
downloadRustAndDust-1c2c93eba8c84e22b22f3b2c2f1704633dd6e6ab.zip
RustAndDust-1c2c93eba8c84e22b22f3b2c2f1704633dd6e6ab.tar.gz
build.gradle : sourceCompatibility = 1.8
Diffstat (limited to 'desktop')
-rw-r--r--desktop/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/build.gradle b/desktop/build.gradle
index 3539d47..82bb29c 100644
--- a/desktop/build.gradle
+++ b/desktop/build.gradle
@@ -1,6 +1,6 @@
apply plugin: "java"
-sourceCompatibility = 1.7
+sourceCompatibility = 1.8
sourceSets.main.java.srcDirs = [ "src/" ]
project.ext.mainClassName = "ch.asynk.rustanddust.desktop.DesktopLauncher"