Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

2 changed files with 10 additions and 5 deletions

View File

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

View File

@ -1,4 +1,9 @@
version = 1.0.5
id = libpaqle
group = biz.nellemann.libs
version = 1.0.4
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