refactor: update plugin to 0.2.4

* feat: update plugin to 0.2.4

* docs: add kick-start description
This commit is contained in:
Ádám Liszkai
2026-02-03 17:58:33 +01:00
committed by GitHub
parent bab30b7568
commit 86582c28de
4 changed files with 83 additions and 13 deletions

View File

@@ -2,13 +2,24 @@ rootProject.name = "dev.hytalemodding"
plugins {
// See documentation on https://scaffoldit.dev
id("dev.scaffoldit") version "0.2.2"
id("dev.scaffoldit") version "0.2.4"
}
//
// Automatically configures the builds, but you can switch scripts if you wish!
//
// Would you like to do a split project?
// Create a folder named "common", then configure details with `common { }`
hytale {
usePatchline("release")
useVersion("+")
repositories {
// Any external repositories besides: MavenLocal, MavenCentral, HytaleMaven, and CurseMaven
}
dependencies {
// Any external dependency you also want to include
}
manifest {
Group = "HytaleModding"
Name = "ExamplePlugin"