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