Skip to content

Commit

Permalink
Add maven compiler plugin to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonononoki committed Dec 11, 2022
1 parent 65fb4e1 commit bf874c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,15 @@
<artifactId>springdoc-openapi-maven-plugin</artifactId>
<version>1.4</version>
</plugin>
</plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit bf874c4

Please sign in to comment.