xpipe/build.gradle
2022-12-17 22:29:55 +01:00

10 lines
194 B
Groovy

plugins {
id 'org.jreleaser' version '1.3.1'
}
if(project == rootProject) {
apply plugin: "io.codearte.nexus-staging"
}
version file('misc/version').text
apply from: 'jreleaser.gradle'