bluesx2023 преди 1 година
родител
ревизия
4f3c7f56b7
променени са 1 файла, в които са добавени 4 реда и са изтрити 5 реда
  1. 4 5
      pom.xml

+ 4 - 5
pom.xml

@@ -307,11 +307,10 @@
                     <source>${java.version}</source>
                     <target>${java.version}</target>
                     <encoding>${project.build.sourceEncoding}</encoding>
-                    <compilerArgument>
-                        <extdirs>
-                            ${project.basedir}/libs/dougong
-                        </extdirs>
-                    </compilerArgument>
+                    <compilerArgs>
+                        <arg>-extdirs</arg>
+                        <arg>${project.basedir}/libs/dougong</arg>
+                    </compilerArgs>
                 </configuration>
             </plugin>
         </plugins>