Release fixes

This commit is contained in:
Christopher Schnick 2022-08-13 08:36:41 +02:00
parent b520f8bfb6
commit c99434523c
5 changed files with 13 additions and 9 deletions

View file

@ -8,8 +8,6 @@ plugins {
apply from: "$rootDir/deps/java.gradle"
apply from: "$rootDir/deps/junit.gradle"
apply from: "$rootDir/deps/jackson.gradle"
apply from: 'publish.gradle'
apply from: "$rootDir/deps/publish-base.gradle"
version = file('../misc/version').text
group = 'io.xpipe'
@ -57,3 +55,6 @@ test {
systemProperty 'io.xpipe.beacon.debugExecOutput', "true"
systemProperty "io.xpipe.beacon.port", "21722"
}
apply from: 'publish.gradle'
apply from: "$rootDir/deps/publish-base.gradle"

View file

@ -8,8 +8,6 @@ plugins {
apply from: "$rootDir/deps/java.gradle"
apply from: "$rootDir/deps/jackson.gradle"
apply from: "$rootDir/deps/lombok.gradle"
apply from: 'publish.gradle'
apply from: "$rootDir/deps/publish-base.gradle"
configurations {
compileOnly.extendsFrom(dep)
@ -26,3 +24,6 @@ repositories {
dependencies {
implementation project(':core')
}
apply from: 'publish.gradle'
apply from: "$rootDir/deps/publish-base.gradle"

View file

@ -9,8 +9,6 @@ apply from: "$rootDir/deps/java.gradle"
apply from: "$rootDir/deps/jackson.gradle"
apply from: "$rootDir/deps/lombok.gradle"
apply from: "$rootDir/deps/junit.gradle"
apply from: 'publish.gradle'
apply from: "$rootDir/deps/publish-base.gradle"
configurations {
compileOnly.extendsFrom(dep)
@ -28,3 +26,6 @@ repositories {
dependencies{
compileOnly 'org.apache.commons:commons-exec:1.3'
}
apply from: 'publish.gradle'
apply from: "$rootDir/deps/publish-base.gradle"

View file

@ -14,8 +14,6 @@ apply from: "$rootDir/deps/commons.gradle"
apply from: "$rootDir/deps/lombok.gradle"
apply from: "$rootDir/deps/ikonli.gradle"
apply from: "$rootDir/deps/slf4j.gradle"
apply from: 'publish.gradle'
apply from: "$rootDir/deps/publish-base.gradle"
configurations {
compileOnly.extendsFrom(dep)
@ -35,3 +33,6 @@ dependencies {
implementation 'io.xpipe:fxcomps:0.2.1'
implementation 'org.controlsfx:controlsfx:11.1.1'
}
apply from: 'publish.gradle'
apply from: "$rootDir/deps/publish-base.gradle"

View file

@ -1 +1 @@
0.0.1-SNAPSHOT
0.0.1