diff options
| author | bjculkin <bjculkin@localhost> | 2023-10-25 22:53:14 +0000 |
|---|---|---|
| committer | bjculkin <bjculkin@localhost> | 2023-10-25 22:53:14 +0000 |
| commit | bdad2e9c2f286469519ba8ad3197e1a9b1e9190f (patch) | |
| tree | 87f6ab6f29c12166d5556737ae03370dac83f089 /base/pom.xml | |
| parent | 29db46041115065559a0d42f9a76ebb7c19424ea (diff) | |
Tweak for new setup
Diffstat (limited to 'base/pom.xml')
| -rw-r--r-- | base/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/pom.xml b/base/pom.xml index 29744b6..cae055c 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -65,11 +65,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> </plugins> |
