Refactor build configuration and update Minestom dependency to latest stable version
All checks were successful
Build JStom / build (push) Successful in 1m23s

This commit is contained in:
2026-01-26 22:03:19 +00:00
parent 469b6ff8ec
commit 3dae45644c
2 changed files with 12 additions and 13 deletions

View File

@@ -9,13 +9,12 @@ version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
maven("https://jitpack.io") // For other JitPack dependencies if any
}
dependencies {
// Minestom - using official snapshots
implementation("net.minestom:minestom-snapshots:dev")
// Minestom - using latest stable version
implementation("net.minestom:minestom:2026.01.08-1.21.11")
// GraalJS for JavaScript engine
implementation("org.graalvm.polyglot:polyglot:24.1.2")