Logo
Explore Help
Sign In
xoiox/RitualMod
1
0
Fork 0
You've already forked RitualMod
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
bab30b756865fe979d7277a224610ce10f02078e
RitualMod/settings.gradle.kts

17 lines
374 B
Kotlin
Raw Normal View History

feat: gradle support (#10) 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
2026-02-02 17:08:11 +01:00
rootProject.name = "dev.hytalemodding"
plugins {
// See documentation on https://scaffoldit.dev
fix: bump plugin version to fix circular dependencies and make gradlew executable, remove .idea/ junk
2026-02-02 16:32:44 +00:00
id("dev.scaffoldit") version "0.2.2"
feat: gradle support (#10) 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
2026-02-02 17:08:11 +01:00
}
//
// Automatically configures the builds, but you can switch scripts if you wish!
//
hytale {
manifest {
Group = "HytaleModding"
Name = "ExamplePlugin"
Main = "dev.hytalemodding.ExamplePlugin"
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 39ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API