Updates from PR comments

This commit is contained in:
Michael Pratt
2020-11-16 21:48:14 -07:00
parent b610c4d304
commit 4164ff6a03
4 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -51,8 +51,8 @@
<configuration>
<release>${maven.compiler.release}</release>
<compilerArgs>--enable-preview</compilerArgs>
<source>14</source>
<target>14</target>
<source>15</source>
<target>15</target>
</configuration>
</plugin>
<plugin>