xpipe/build.gradle
Christopher Schnick 531cee5669 Update jreleaser
2022-10-11 19:07:28 +02:00

10 lines
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'