Skip to content

Commit

Permalink
Move maven.compiler.release to main part of pom
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 20, 2025
1 parent 331a3bb commit b06de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ limitations under the License.
<minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
<maven.compiler.source>${javaVersion}</maven.compiler.source>
<maven.compiler.target>${javaVersion}</maven.compiler.target>
<maven.compiler.release>${javaVersion}</maven.compiler.release>
<!-- in order to restore default annotation processing behaviour, please override with empty value -->
<maven.compiler.proc>none</maven.compiler.proc>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
Expand Down Expand Up @@ -854,7 +855,6 @@ limitations under the License.
</activation>

<properties>
<maven.compiler.release>${javaVersion}</maven.compiler.release>
<!-- configuration for checkstyle to use with spotless -->
<checkstyle.spotless.config>config/maven_checks_nocodestyle.xml</checkstyle.spotless.config>
</properties>
Expand Down

0 comments on commit b06de43

Please # to comment.