diff options
| author | bjculkin <bjculkin@localhost> | 2023-10-25 22:59:24 +0000 |
|---|---|---|
| committer | bjculkin <bjculkin@localhost> | 2023-10-25 22:59:24 +0000 |
| commit | 6a1d775adc39044cb07f4545018be15f873f884d (patch) | |
| tree | e6eb2fa43deec7de4f3459938678f8b09c4c81e5 /pom.xml | |
| parent | dd9b20740ed34f1c77245b72e6e0008ed22aab48 (diff) | |
Tweak for new setup
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
