mirror of
https://github.com/YouHaveTrouble/QuickerStacker.git
synced 2026-05-12 06:06:55 +00:00
automatic builds on push, automate manifest more, change the plugin group to a shorter one
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user