Helping out ssg.
This commit is contained in:
parent
87efe0ede0
commit
151555b56c
@ -8,6 +8,10 @@ dependencies {
|
|||||||
compileOnlyApi libs.jetbrains.anotations
|
compileOnlyApi libs.jetbrains.anotations
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java {
|
||||||
|
withSourcesJar()
|
||||||
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
archiveBaseName = 'groowt-util-extensible'
|
archiveBaseName = 'groowt-util-extensible'
|
||||||
}
|
}
|
||||||
@ -16,6 +20,7 @@ publishing {
|
|||||||
publications {
|
publications {
|
||||||
create('extensible', MavenPublication) {
|
create('extensible', MavenPublication) {
|
||||||
artifactId = 'groowt-util-extensible'
|
artifactId = 'groowt-util-extensible'
|
||||||
|
from components.java
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user