mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
10 lines
81 B
Groovy
10 lines
81 B
Groovy
|
plugins {
|
||
|
id 'java'
|
||
|
}
|
||
|
|
||
|
group 'io.xpipe'
|
||
|
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
}
|