mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Release fixes
This commit is contained in:
parent
b520f8bfb6
commit
c99434523c
5 changed files with 13 additions and 9 deletions
|
@ -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"
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.0.1-SNAPSHOT
|
||||
0.0.1
|
Loading…
Reference in a new issue