Browse Source

Ensure gradle build files are set to Java 7

Greg Turnquist 11 years ago
parent
commit
7efd29757b
2 changed files with 4 additions and 0 deletions
  1. 2 0
      complete/build.gradle
  2. 2 0
      initial/build.gradle

+ 2 - 0
complete/build.gradle

@@ -18,6 +18,8 @@ jar {
     baseName = 'gs-messaging-stomp-websocket'
     baseName = 'gs-messaging-stomp-websocket'
     version =  '0.1.0'
     version =  '0.1.0'
 }
 }
+sourceCompatibility = 1.7
+targetCompatibility = 1.7
 
 
 repositories {
 repositories {
     mavenLocal()
     mavenLocal()

+ 2 - 0
initial/build.gradle

@@ -18,6 +18,8 @@ jar {
     baseName = 'gs-messaging-stomp-websocket'
     baseName = 'gs-messaging-stomp-websocket'
     version =  '0.1.0'
     version =  '0.1.0'
 }
 }
+sourceCompatibility = 1.7
+targetCompatibility = 1.7
 
 
 repositories {
 repositories {
     mavenLocal()
     mavenLocal()