mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-11-18 23:07:53 +00:00
Fix PackPartitions build to always use local groovy jar.
This commit is contained in:
parent
3df106d6eb
commit
8fa40a7040
@ -4,6 +4,8 @@
|
|||||||
<import file="nbproject/build-impl.xml"/>
|
<import file="nbproject/build-impl.xml"/>
|
||||||
<!-- override javasdoc target, since we have no Java sources -->
|
<!-- override javasdoc target, since we have no Java sources -->
|
||||||
<target depends="init" description="Don't build Javadoc." name="javadoc"/>
|
<target depends="init" description="Don't build Javadoc." name="javadoc"/>
|
||||||
|
<!-- use local groovy jar instead of NetBeans' version -->
|
||||||
|
<property name="libs.groovy-all.classpath" value="./lib/groovy-all-2.4.6.jar"/>
|
||||||
<!-- after building the 'thin' jar, make a 'thick' one incorporating all dependencies -->
|
<!-- after building the 'thin' jar, make a 'thick' one incorporating all dependencies -->
|
||||||
<target name="-post-jar">
|
<target name="-post-jar">
|
||||||
<echo message="Packaging ${application.title} into a single JAR at ${dist.jar}"/>
|
<echo message="Packaging ${application.title} into a single JAR at ${dist.jar}"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user