Fix maven publish
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Mark Nellemann 2023-01-03 15:09:05 +01:00
parent 8b9004128b
commit bd98e907ca
2 changed files with 4 additions and 9 deletions

View File

@ -3,9 +3,6 @@ apply plugin: "groovy"
apply plugin: 'jacoco'
apply plugin: 'maven-publish'
sourceCompatibility = 1.8
targetCompatibility = 1.8
repositories {
mavenCentral()
}
@ -30,7 +27,10 @@ dependencies {
publishing {
publications {
all(MavenPublication) {
maven(MavenPublication) {
groupId = 'biz.nellemann.libs'
artifactId = 'libpaqle'
from components.java
}
}

View File

@ -1,9 +1,4 @@
id = libpaqle
group = biz.nellemann.libs
version = 1.0.5
licenses = ['APACHE-2.0'] // or something else
groovyVersion = 3.0.14
slf4jVersion = 2.0.6
spockVersion = 2.3-groovy-3.0
siteUrl = https://bitbucket.org/mnellemann/libpaqle
gitUrl = https://bitbucket.org/mnellemann/libpaqle.git