mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
9 lines
81 B
Groovy
9 lines
81 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group 'io.xpipe'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|