59b33615df
- Convert build.gradle/settings.gradle to Kotlin DSL matching VotePipe + myth_*
- Manifest keys: lowercase -> CamelCase (Group/Name/Version/Main/ServerVersion/...)
matching production Mythlane plugins (empirical authority)
- gradle.properties adopts pluginGroup/pluginVersion/pluginDescription/hytaleServerVersion
- Template manifest via processResources.expand(${version}, ${description}, ${hytaleServerVersion})
- Add baseline deps: gson (relocated), jetbrains annotations, JUnit 5
- shadowJar archiveBaseName=hytale-gravity-flip
Rebuild: BUILD SUCCESSFUL, fat JAR regenerated with CamelCase manifest.
7 lines
201 B
Properties
7 lines
201 B
Properties
pluginGroup=com.mythlane
|
|
pluginVersion=0.1.0
|
|
pluginDescription=Hytale plugin - inverted gravity zones defined via an in-game wand
|
|
hytaleServerVersion=2026.03.26-89796e57b
|
|
|
|
org.gradle.jvmargs=-Xmx1024m
|