mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-22 09:47:34 +01:00
pom.xml: added root.basedir property.
This commit is contained in:
parent
606cbb2197
commit
68937b969e
@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
<name>apktool cli</name>
|
<name>apktool cli</name>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<root.basedir>${project.parent.basedir}</root.basedir>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<smaliVersion>1.2.4-brut3</smaliVersion>
|
<smaliVersion>1.2.4-brut3</smaliVersion>
|
||||||
|
<root.basedir>${project.parent.basedir}</root.basedir>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user