Skip to content

Commit

Permalink
Merge pull request #7726 from jhorvath/fix-cloud-oracle-build
Browse files Browse the repository at this point in the history
Set java.release to 11 for cloud.oracle module
  • Loading branch information
jhorvath authored Sep 3, 2024
2 parents fa14a85 + 839d89c commit 083226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/cloud.oracle/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ release.external/resilience4j-circuitbreaker-1.7.1.jar=modules/ext/resilience4j-
release.external/resilience4j-core-1.7.1.jar=modules/ext/resilience4j-core-1.7.1.jar
release.external/vavr-0.10.2.jar=modules/ext/vavr-0.10.2.jar
release.external/vavr-match-0.10.2.jar=modules/ext/vavr-match-0.10.2.jar
javac.source=1.8
javac.release=11
javac.compilerargs=-Xlint -Xlint:-serial
requires.nb.javac=true
spec.version.base.fatal.warning=false

0 comments on commit 083226f

Please sign in to comment.