summaryrefslogtreecommitdiff
path: root/base/pom.xml
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 22:58:48 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 22:58:48 +0000
commitd9dcc94aa16a1609e47f8369dfe21a8d260887a9 (patch)
tree5dc80e9eb5bd6c0237998ed54e680553832bb1bd /base/pom.xml
parente151e8490ed40231399618bf2dc4204c2ce99a82 (diff)
Tweak for new setup
Diffstat (limited to 'base/pom.xml')
-rw-r--r--base/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/pom.xml b/base/pom.xml
index 509847a..ab1c4f9 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -52,11 +52,11 @@
</plugin> -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.8.0</version>
<configuration>
- <source>1.17</source>
- <target>1.17</target>
+ <source>11</source>
+ <target>11</target>
</configuration>
</plugin>
<plugin>