We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e521d2d commit e7ca6a0Copy full SHA for e7ca6a0
example-app/build.gradle
@@ -7,6 +7,11 @@ repositories {
7
mavenCentral()
8
}
9
10
+compileJava {
11
+ sourceCompatibility = 1.7
12
+ targetCompatibility = 1.7
13
+}
14
+
15
dependencies {
16
providedCompile group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '7.0.27'
17
compile group: 'redis.clients', name: 'jedis', version: '2.5.2'
0 commit comments