mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
10 lines
No EOL
194 B
Groovy
10 lines
No EOL
194 B
Groovy
plugins {
|
|
id 'org.jreleaser' version '1.2.0'
|
|
}
|
|
|
|
if(project == rootProject) {
|
|
apply plugin: "io.codearte.nexus-staging"
|
|
}
|
|
|
|
version file('misc/version').text
|
|
apply from: 'jreleaser.gradle' |