xpipe/build.gradle

10 lines
194 B
Groovy
Raw Normal View History

2022-06-18 11:17:08 +12:00
plugins {
id 'org.jreleaser' version '1.3.1'
2022-06-18 11:17:08 +12:00
}
2022-08-13 03:26:01 +12:00
if(project == rootProject) {
apply plugin: "io.codearte.nexus-staging"
}
2022-06-18 11:17:08 +12:00
version file('misc/version').text
apply from: 'jreleaser.gradle'