Plugin template for Mundus Editor
This template works with editor system PR.
- Package and class names from
com.github.your_name.your_plugign
for what you want. - Manifest information in
plugin/build.gradle.kts
file
manifest {
attributes["Plugin-Class"]= "com.github.your_name.your_plugin.YourPlugin"
attributes["Plugin-Id"] = "your-plugin"
attributes["Plugin-Provider"] = "Your Name"
attributes["Plugin-Version"] = "0.0.1"
}
archiveFileName.set("your-plugin.jar")
line inplugin/build.gradle.kts
file to use different file namerootProject.name
variable insettitngs.gradle.kts
file