Fix maven publish
This commit is contained in:
parent
75f158a164
commit
d86d3fdd61
|
@ -27,7 +27,10 @@ dependencies {
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
all(MavenPublication) {
|
maven(MavenPublication) {
|
||||||
|
groupId = 'biz.nellemann.libs'
|
||||||
|
artifactId = 'libpaqle'
|
||||||
|
|
||||||
from components.java
|
from components.java
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
id = libcvrapi
|
|
||||||
group = biz.nellemann.libs
|
|
||||||
version = 1.0.12
|
version = 1.0.12
|
||||||
licenses = ['APACHE-2.0'] // or something else
|
|
||||||
groovyVersion = 3.0.14
|
groovyVersion = 3.0.14
|
||||||
slf4jVersion = 2.0.6
|
slf4jVersion = 2.0.6
|
||||||
spockVersion = 2.3-groovy-3.0
|
spockVersion = 2.3-groovy-3.0
|
||||||
siteUrl = https://bitbucket.org/mnellemann/libcvrapi
|
|
||||||
gitUrl = https://bitbucket.org/mnellemann/libcvrapi.git
|
|
||||||
|
|
Loading…
Reference in a new issue