We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6ac92 commit 7b26b47Copy full SHA for 7b26b47
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.piccode</groupId>
5
<artifactId>PiccodeScript</artifactId>
6
- <version>0.3</version>
+ <version>1.0</version>
7
<packaging>jar</packaging>
8
<properties>
9
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -217,11 +217,6 @@
217
<groupId>org.apache.maven.plugins</groupId>
218
<artifactId>maven-compiler-plugin</artifactId>
219
<version>3.11.0</version>
220
- <configuration>
221
- <compilerArgs>
222
- <arg>--enable-preview</arg>
223
- </compilerArgs>
224
- </configuration>
225
</plugin>
226
</plugins>
227
0 commit comments