Skip to content

Commit

Permalink
chore: keep java version to 17, it will be changed later
Browse files Browse the repository at this point in the history
  • Loading branch information
FanJups committed Jul 6, 2024
1 parent 0b64354 commit cca2fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<url>https://github.com/osscameroon/js-generator</url>

<properties>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<revision>0.0.1-SNAPSHOT</revision>

Expand Down

0 comments on commit cca2fa6

Please sign in to comment.