Skip to content

Commit

Permalink
fix: changing compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Aug 15, 2023
1 parent 36a0456 commit ce2c6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<source>8</source>
<source>${java.version}</source>
<doctitle>Javadoc Documentation for ${project.name} ${project.version}
</doctitle>
<windowtitle>${project.name} ${project.version}
Expand Down

0 comments on commit ce2c6d9

Please sign in to comment.