Skip to content

Commit

Permalink
Mark example app as Java 1.7 too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoleman committed Oct 22, 2014
1 parent e521d2d commit e7ca6a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example-app/build.gradle
Expand Up @@ -7,6 +7,11 @@ repositories {
mavenCentral()
}

compileJava {
sourceCompatibility = 1.7
targetCompatibility = 1.7
}

dependencies {
providedCompile group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '7.0.27'
compile group: 'redis.clients', name: 'jedis', version: '2.5.2'
Expand Down

0 comments on commit e7ca6a0

Please sign in to comment.