Refactor build configuration and update Minestom dependency to latest stable version
All checks were successful
Build JStom / build (push) Successful in 1m23s
All checks were successful
Build JStom / build (push) Successful in 1m23s
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user