9 lines
201 B
Groovy
9 lines
201 B
Groovy
|
|
plugins {
|
|
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
|
|
}
|
|
|
|
rootProject.name = 'mc_prom_exporter'
|
|
|