mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 15:40:23 +00:00
5 lines
141 B
Groovy
5 lines
141 B
Groovy
|
plugins { id 'java'
|
||
|
}
|
||
|
apply from: "$rootDir/gradle/gradle_scripts/java.gradle"
|
||
|
apply from: "$rootDir/gradle/gradle_scripts/extension.gradle"
|