We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de3d78 commit 10e3184Copy full SHA for 10e3184
decisioncenter/guicustomization/guicustomization-source/pom.xml
@@ -21,16 +21,16 @@
21
<goal>run</goal>
22
</goals>
23
<configuration>
24
- <tasks>
25
- <javac srcdir="${project.build.sourceDirectory}"
+ <target>
+ <javac srcdir="${project.build.sourceDirectory}"
26
destdir="${project.build.outputDirectory}"
27
includeantruntime="false"
28
compiler="modern">
29
<classpath>
30
<fileset dir="${project.basedir}/lib" includes="**/*.jar"/>
31
</classpath>
32
</javac>
33
- </tasks>
+ </target>
34
</configuration>
35
</execution>
36
</executions>
@@ -39,6 +39,7 @@
39
<plugin>
40
<groupId>org.apache.maven.plugins</groupId>
41
<artifactId>maven-compiler-plugin</artifactId>
42
+ <version>3.14.0</version>
43
<executions>
44
<execution>
45
<id>default-compile</id>
0 commit comments