feat: publish apktool-cli as well to maven

- fixes: #2686
This commit is contained in:
Connor Tumbleson 2021-11-08 06:32:41 -05:00
parent d29411117e
commit 61fbc5a16e
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -145,7 +145,7 @@ subprojects {
}
}
def mavenProjects = ['apktool-lib', 'brut.j.common', 'brut.j.util', 'brut.j.dir']
def mavenProjects = ['apktool-lib', 'apktool-cli', 'brut.j.common', 'brut.j.util', 'brut.j.dir']
if (project.name in mavenProjects) {
apply plugin: 'maven-publish'