Skip to content

Commit

Permalink
kotlin compilation uses java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
wipu committed Dec 11, 2023
1 parent 5529f3a commit 1f9a3e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private String buildXml(TargetEvaluationContext ctx) {
b.append(" <javac destdir=\"" + ctx.cached(this)
+ "\" includeAntRuntime=\"true\" includeJavaRuntime=\"true\" bootclasspath=\""
+ toolsJar()
+ "\" source=\"1.8\" target=\"1.8\" encoding=\"UTF-8\" debug=\"true\">\n");
+ "\" release=\"17\" encoding=\"UTF-8\" debug=\"true\">\n");

b.append(" <withKotlin/>\n");
b.append(" <compilerclasspath>\n");
Expand Down

0 comments on commit 1f9a3e4

Please sign in to comment.