mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +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>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user