File tree 3 files changed +3
-3
lines changed
runwaysdk-server/src/main/java/com/runwaysdk/business/generation
runwaysdk-web/runwaysdk-web-test/src/main/resources/default/server
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ logTransactions=false
26
26
compileTimeWeaving =true
27
27
28
28
# Sets the Java compilation compliance level
29
- javaComplianceLevel =1.8
29
+ javaComplianceLevel =11
30
30
31
31
runtime.compiler.impl =ECLIPSE
32
32
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ void execute()
151
151
* javac must be executed first because its common generated class files
152
152
* must be on the classpath of the ajc compiler.
153
153
*/
154
- // javac.execute();
154
+ javac .execute ();
155
155
ajc .execute ();
156
156
}
157
157
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ logTransactions=false
27
27
compileTimeWeaving =true
28
28
29
29
# Sets the Java compilation compliance level
30
- javaComplianceLevel =1.6
30
+ javaComplianceLevel =11
31
31
32
32
keyStore.file =.keyStore
33
33
keyStore.password =iggy
You can’t perform that action at this time.
0 commit comments