Skip to content

Commit 3ade753

Browse files
committed
chore: updated compliance level of dynamic compilier
1 parent 747223b commit 3ade753

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

envcfg/dev/runwaysdk/server.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ logTransactions=false
2626
compileTimeWeaving=true
2727

2828
# Sets the Java compilation compliance level
29-
javaComplianceLevel=1.8
29+
javaComplianceLevel=11
3030

3131
runtime.compiler.impl=ECLIPSE
3232

runwaysdk-server/src/main/java/com/runwaysdk/business/generation/DelegateCompiler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void execute()
151151
* javac must be executed first because its common generated class files
152152
* must be on the classpath of the ajc compiler.
153153
*/
154-
// javac.execute();
154+
javac.execute();
155155
ajc.execute();
156156
}
157157

runwaysdk-web/runwaysdk-web-test/src/main/resources/default/server/server.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ logTransactions=false
2727
compileTimeWeaving=true
2828

2929
# Sets the Java compilation compliance level
30-
javaComplianceLevel=1.6
30+
javaComplianceLevel=11
3131

3232
keyStore.file=.keyStore
3333
keyStore.password=iggy

0 commit comments

Comments
 (0)