12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
url = 'https://woggioni.net/mvn/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
plugins {
|
|
id "net.woggioni.gradle.dependency-export" version "0.1"
|
|
}
|
|
}
|