forked from pool/atinject
This commit is contained in:
parent
9b9fe32d70
commit
b8614d0224
@ -53,7 +53,7 @@
|
|||||||
<exclude name="**/module-info.java"/>
|
<exclude name="**/module-info.java"/>
|
||||||
</javac>
|
</javac>
|
||||||
<!-- compile the module-info.java -->
|
<!-- compile the module-info.java -->
|
||||||
<javac destdir="${build.outputDir}"
|
<!-- <javac destdir="${build.outputDir}"
|
||||||
nowarn="false"
|
nowarn="false"
|
||||||
debug="true"
|
debug="true"
|
||||||
encoding="utf-8"
|
encoding="utf-8"
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<pathelement location="${build.srcDirJava9}"/>
|
<pathelement location="${build.srcDirJava9}"/>
|
||||||
</src>
|
</src>
|
||||||
<include name="**/module-info.java"/>
|
<include name="**/module-info.java"/>
|
||||||
</javac>
|
</javac> -->
|
||||||
<copy todir="${build.outputDir}">
|
<copy todir="${build.outputDir}">
|
||||||
<fileset dir="${build.resourceDir}"/>
|
<fileset dir="${build.resourceDir}"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user