diff --git a/Java1.8HelloWorld.iml b/Java1.8HelloWorld.iml
index 8c34c9e..58ee0d8 100644
--- a/Java1.8HelloWorld.iml
+++ b/Java1.8HelloWorld.iml
@@ -11,8 +11,9 @@
+
-
\ No newline at end of file
+
diff --git a/build.gradle b/build.gradle
index c6690fa..1092059 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,9 @@
apply plugin: 'java'
compileJava {
+
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
-println System.getProperty('java.home')
\ No newline at end of file
+println System.getProperty('java.home')