Skip to content

Commit

Permalink
Add build.yml process fix path <maven.compiler.target>1.8</maven.comp…
Browse files Browse the repository at this point in the history
…iler.target>
  • Loading branch information
vharseko committed Mar 7, 2024
1 parent 4991660 commit bbdf986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OpenICF-java-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@

<properties>
<!-- maven-compiler-plugin -->
<maven.compiler.target>1.5</maven.compiler.target>
<maven.compiler.source>1.5</maven.compiler.source>
<framework.compatibilityVersion>1.5</framework.compatibilityVersion>
<framework.releaseVersion>1.0</framework.releaseVersion>
<siteDistributionURL>scp://community.internal.forgerock.com/var/www/vhosts/openicf.forgerock.org/httpdocs
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<inceptionYear>2018</inceptionYear>
<url>https://github.com/OpenIdentityPlatform/OpenICF</url>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
<licenses>
<license>
Expand Down

0 comments on commit bbdf986

Please sign in to comment.