automatic builds on push, automate manifest more, change the plugin group to a shorter one

This commit is contained in:
2026-02-25 17:32:22 +01:00
parent 3eada6cd2f
commit eec4da9362
3 changed files with 43 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"Group": "me.youhavetrouble.quickerstacker",
"Name": "QuickerStacker",
"Group": "YouHaveTrouble",
"Name": "${artifactId}",
"Version": "${project.version}",
"Description": "Quick stack everything!",
"Authors": [
@@ -15,5 +15,5 @@
"OptionalDependencies": {},
"DisabledByDefault": false,
"IncludesAssetPack": true,
"Main": "me.youhavetrouble.quickerstacker.QuickerStacker"
"Main": "${project.groupId}.${artifactId}"
}