summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 22:59:24 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 22:59:24 +0000
commit6a1d775adc39044cb07f4545018be15f873f884d (patch)
treee6eb2fa43deec7de4f3459938678f8b09c4c81e5 /pom.xml
parentdd9b20740ed34f1c77245b72e6e0008ed22aab48 (diff)
Tweak for new setup
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2bb39fe..d71e0e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,11 +16,11 @@
<plugins>
<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>