Skip to content

Commit

Permalink
Issue TBD54566975#94: Revert to Java 11 to make workflows run again, …
Browse files Browse the repository at this point in the history
…revisit later
  • Loading branch information
ALRubinger committed Jul 27, 2024
1 parent 66ea44e commit d83353b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bound/kt/pom-issue-94.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,14 @@
<properties>
<!-- Project properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- //TODO Review with Kendall and Neal that ALR moved this from 11 to 17 -->
<kotlin.jvm.target>17</kotlin.jvm.target>
<!--
//TODO Review with Kendall and Neal if we can move this to Java17.
If so we need to update the workflows in the Kotlin CI to use that version too.
-->
<kotlin.jvm.target>11</kotlin.jvm.target>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<!-- Defines the server config in .maven_settings.xml to use in maven-release-plugin -->
<project.scm.id>github</project.scm.id>
Expand Down

0 comments on commit d83353b

Please sign in to comment.