mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 12:17:37 +02:00
Refactor the maven upload build stuff
This also adds the required javadoc jars
This commit is contained in:
@ -36,15 +36,6 @@ dependencies {
|
||||
testCompile depends.junit
|
||||
}
|
||||
|
||||
task sourcesJar(type: Jar) {
|
||||
classifier = 'sources'
|
||||
from sourceSets.main.allJava
|
||||
}
|
||||
|
||||
artifacts {
|
||||
archives sourcesJar
|
||||
}
|
||||
|
||||
uploadArchives {
|
||||
repositories.mavenDeployer {
|
||||
pom.project {
|
||||
|
Reference in New Issue
Block a user