mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Attempt 2.4
This commit is contained in:
parent
99c8aa4a9d
commit
ede65d042d
1 changed files with 13 additions and 4 deletions
17
build.gradle
17
build.gradle
|
@ -105,11 +105,20 @@ publishing {
|
||||||
version project.version
|
version project.version
|
||||||
from components.java
|
from components.java
|
||||||
|
|
||||||
|
artifact deobfJar {
|
||||||
|
classifier 'deobf'
|
||||||
|
}
|
||||||
|
artifact sourcesJar {
|
||||||
|
classifier 'sources'
|
||||||
|
}
|
||||||
|
artifact apiJar {
|
||||||
|
classifier 'api'
|
||||||
|
}
|
||||||
|
artifact javadocJar {
|
||||||
|
classifier 'docs'
|
||||||
|
}
|
||||||
|
|
||||||
artifact jar
|
artifact jar
|
||||||
artifact apiJar
|
|
||||||
artifact javadocJar
|
|
||||||
artifact sourcesJar
|
|
||||||
artifact deobfJar
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in a new issue