Skip to content

Commit

Permalink
Bump compiler.release from 11 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Aug 3, 2024
1 parent 624a9f6 commit c307797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.sonar
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {
./mvnw clean verify ${SONAR_MAVEN_GOAL} \
--file mq/main \
--activate-profiles staging \
--define sonar.java.source=11 \
--define sonar.java.source=15 \
--define skipTests \
--define sonar.organization=eclipse-ee4j \
--define sonar.projectKey=org.eclipse.ee4j_openmq \
Expand Down
4 changes: 2 additions & 2 deletions mq/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</scm>

<properties>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>15</maven.compiler.release>
<maven.compiler.testRelease>21</maven.compiler.testRelease>
<!-- Change these for each build -->
<build.number>1</build.number>
Expand Down Expand Up @@ -1200,7 +1200,7 @@ Existing jvm.config.error-prone can be copied to jvm.config.
<recipe>org.openrewrite.staticanalysis.UnnecessaryExplicitTypeArguments</recipe>
<recipe>org.openrewrite.staticanalysis.UseDiamondOperator</recipe>
<recipe>org.openrewrite.staticanalysis.PrimitiveWrapperClassConstructorToValueOf</recipe>
<recipe>org.openrewrite.java.migrate.Java8toJava11</recipe>
<!--recipe>org.openrewrite.java.migrate.Java8toJava11</recipe-->
<recipe>org.openrewrite.java.security.FindTextDirectionChanges</recipe>
</activeRecipes>
</configuration>
Expand Down

0 comments on commit c307797

Please sign in to comment.