Skip to content

Commit

Permalink
Drop recommendedJavaBuildVersion property
Browse files Browse the repository at this point in the history
Since we use spotless for all JDK it is not needed - next simplification
  • Loading branch information
slawekjaranowski committed Feb 21, 2024
1 parent 4fad6fe commit d5330b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Empty file added .mvn/.keep-me
Empty file.
1 change: 0 additions & 1 deletion .mvn/maven.config

This file was deleted.

7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@
<maven.compiler.target>${mojo.java.target}</maven.compiler.target>

<minimalJavaBuildVersion>${mojo.java.target}</minimalJavaBuildVersion>
<recommendedJavaBuildVersion>${minimalJavaBuildVersion}</recommendedJavaBuildVersion>

<minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
<mavenVersion>${minimalMavenBuildVersion}</mavenVersion>

Expand Down Expand Up @@ -656,11 +654,6 @@
<requireJavaVersion>
<version>${minimalJavaBuildVersion}</version>
</requireJavaVersion>
<requireJavaVersion>
<version>${recommendedJavaBuildVersion}</version>
<level>WARN</level>
<message>Recommended Java version for build should be at least ${recommendedJavaBuildVersion}</message>
</requireJavaVersion>
<requireProperty>
<property>project.scm.connection</property>
<!-- because Maven adds the artifactId to the SCM-Url automatically for modules in a multimodule project,
Expand Down

0 comments on commit d5330b2

Please sign in to comment.