mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 01:07:34 +01:00
build: publish sub-projects to satisfy non-fatjar
This commit is contained in:
parent
a91bf12272
commit
c5b5d6903f
@ -143,17 +143,19 @@ subprojects {
|
||||
}
|
||||
}
|
||||
|
||||
if (project.name == 'apktool-lib') {
|
||||
def mavenProjects = ['apktool-lib', 'brut.j.common', 'brut.j.util', 'brut.j.dir']
|
||||
|
||||
if (project.name in mavenProjects) {
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'signing'
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
from components.java
|
||||
from project.components.java
|
||||
|
||||
groupId = 'org.apktool'
|
||||
artifactId = 'apktool-lib'
|
||||
artifactId = project.name
|
||||
version = mavenVersion
|
||||
|
||||
pom {
|
||||
|
Loading…
x
Reference in New Issue
Block a user