Skip to content

Commit

Permalink
chore: 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
ahennr committed Sep 26, 2024
1 parent 484e417 commit 254fcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
21

5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
</distributionManagement>

<modules>
<module>shogun-lib</module>
<module>shogun-boot</module>
<module>shogun-gs-interceptor</module>
<module>shogun-config</module>
<module>shogun-gs-interceptor</module>
<module>shogun-lib</module>
<module>shogun-manager</module>
<module>shogun-proxy</module>
</modules>
Expand Down Expand Up @@ -175,7 +175,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<compilerVersion>${java.version}</compilerVersion>
<source>${java.version}</source>
<target>${java.version}</target>
<showWarnings>true</showWarnings>
Expand Down

0 comments on commit 254fcfc

Please sign in to comment.