xpipe/build.gradle
Christopher Schnick b1a75f6d21 Rework
2022-08-12 17:26:01 +02:00

10 lines
194 B
Groovy

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