mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +01:00
Merge branch 'master' into arichnad
This commit is contained in:
commit
0bd967bacc
@ -15,6 +15,10 @@
|
||||
|
||||
<name>apktool cli</name>
|
||||
|
||||
<properties>
|
||||
<root.basedir>${project.parent.basedir}</root.basedir>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
<properties>
|
||||
<smaliVersion>1.2.4-brut3</smaliVersion>
|
||||
<root.basedir>${project.parent.basedir}</root.basedir>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
9
pom.xml
9
pom.xml
@ -12,6 +12,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<root.basedir>${basedir}</root.basedir>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
@ -36,8 +37,14 @@
|
||||
<groupId>com.mycila.maven-license-plugin</groupId>
|
||||
<artifactId>maven-license-plugin</artifactId>
|
||||
<configuration>
|
||||
<header>${project.parent.basedir}/src/templates/apache2.0-header.txt</header>
|
||||
<header>${root.basedir}/src/templates/apache2.0-header.txt</header>
|
||||
<strictCheck>true</strictCheck>
|
||||
<excludes>
|
||||
<exclude>.gitignore</exclude>
|
||||
<exclude>LICENSE</exclude>
|
||||
<exclude>NOTICE</exclude>
|
||||
<exclude>NOTICE-smali</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
Loading…
Reference in New Issue
Block a user