Simple gradle plugin written in kotlin.
This commit is contained in:
parent
44db2e93be
commit
a5e2fb9e22
11 changed files with 472 additions and 0 deletions
13
2024/11/gradle_plugin_demo1/settings.gradle.kts
Normal file
13
2024/11/gradle_plugin_demo1/settings.gradle.kts
Normal file
|
@ -0,0 +1,13 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
||||
}
|
||||
|
||||
rootProject.name = "gradle_plugin_demo1"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue