mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
fix android filtering
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
<resource>
|
||||
<directory>filters</directory>
|
||||
<filtering>true</filtering>
|
||||
<targetPath>assets</targetPath>
|
||||
</resource>
|
||||
</resources>
|
||||
<!-- append generated snapshot-version property -->
|
||||
@@ -425,23 +426,6 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>android-additional-asset</id>
|
||||
<phase>test</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<delete file="${basedir}/assets/build.txt"/>
|
||||
<copy todir="${basedir}/assets">
|
||||
<fileset dir="${project.build.directory}/classes">
|
||||
<include name="build.txt" />
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>android-release-packaging</id>
|
||||
<phase>package</phase>
|
||||
|
||||
Reference in New Issue
Block a user