Add auto provisioning capabilities to gradle
This commit is contained in:
parent
4b618df6d4
commit
cf23b8f6a1
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id("org.gradle.toolchains.foojay-resolver-convention") version("0.6.0")
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
rootProject.name = "examplemod"
|
rootProject.name = "examplemod"
|
||||||
|
|
Loading…
Add table
Reference in a new issue