mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-15 05:46:45 +00:00
12 lines
222 B
Groovy
12 lines
222 B
Groovy
plugins {
|
|
id 'java'
|
|
id "org.moditect.gradleplugin" version "1.0.0-rc3"
|
|
}
|
|
|
|
apply from: "$rootDir/deps/lombok.gradle"
|
|
apply from: "$rootDir/deps/extension.gradle"
|
|
|
|
configurations {
|
|
compileOnly.extendsFrom(dep)
|
|
}
|