17 lines
331 B
Groovy
17 lines
331 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
url = 'https://woggioni.net/mvn/'
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'net.woggioni.gradle.lombok' version "0.1"
|
|
id "net.woggioni.gradle.multi-release-jar" version "0.1"
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'executable-jar'
|
|
|
|
include 'common'
|
|
include 'launcher' |