mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
6 lines
116 B
Groovy
6 lines
116 B
Groovy
|
plugins {
|
||
|
id 'org.jreleaser' version '1.0.0'
|
||
|
}
|
||
|
|
||
|
version file('misc/version').text
|
||
|
apply from: 'jreleaser.gradle'
|