Initial commit
This commit is contained in:
13
gradle-settings-plugin/build.gradle.kts
Normal file
13
gradle-settings-plugin/build.gradle.kts
Normal file
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
id("de.siphalor.smcmtk.plugin")
|
||||
}
|
||||
|
||||
description = "This is the settings plugin that serves as the main entrypoint for development with SMCMTK. " +
|
||||
"It configures the cross-version structure, properties and dependencies."
|
||||
|
||||
gradlePlugin {
|
||||
val settingPlugin by plugins.creating {
|
||||
id = "de.siphalor.minecraft-modding-toolkit.settings-plugin"
|
||||
implementationClass = "de.siphalor.minecraft_modding_toolkit.gradle.settings_plugin.SmcmtkSettingsPlugin"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user