Switching to the ScaffoldIt Gradle Plugin adding:
- HytaleServer.jar via the official Hytale maven
- Monorepo support via `common {}` block
- Kotlin support via `useKotlin()` function
- Hot-reloading using DCEVM JVM and IDEA
- Automatic manifest in-place generation
- Automatic source path scaffolding
- Source-linked Devserver for zero jar
- Source-linked Asset Editor
14 lines
278 B
Kotlin
14 lines
278 B
Kotlin
//
|
|
// Not needed, but you can switch using it here too!
|
|
//
|
|
//plugins {
|
|
// id("dev.scaffoldit") version "0.2.1"
|
|
//}
|
|
//
|
|
//hytale {
|
|
// manifest {
|
|
// Group = "HytaleModding"
|
|
// Name = "ExamplePlugin"
|
|
// Main = "dev.hytalemodding.ExamplePlugin"
|
|
// }
|
|
//} |