Groowt-all and fp.
This commit is contained in:
parent
6ea9553e63
commit
11312c2807
16
build.gradle
16
build.gradle
@ -1,5 +1,8 @@
|
||||
plugins {
|
||||
id 'groowt-conventions'
|
||||
id 'groowt-testing'
|
||||
id 'groowt-logging'
|
||||
id 'groowt-publish'
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
@ -8,3 +11,16 @@ dependencies {
|
||||
compileOnlyApi libs.jetbrains.anotations
|
||||
implementation libs.slf4j.api, libs.groovy
|
||||
}
|
||||
|
||||
jar {
|
||||
archiveBaseName = 'groowt-util-di'
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create('di', MavenPublication) {
|
||||
artifactId = 'groowt-util-di'
|
||||
from components.java
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user