[dependencies] Use the AGS mvn repo instead of local jar files for luaj and jnlua

This commit is contained in:
hartie95 2023-10-04 04:59:10 +02:00
parent fe6b40f0bf
commit e310b7db9c
3 changed files with 7 additions and 1 deletions

View File

@ -57,6 +57,11 @@ java {
repositories {
mavenCentral()
mavenLocal()
maven {
name = "ags-mvn-Releases"
url = uri("https://mvn.animegameservers.org/releases")
}
}
dependencies {
@ -90,7 +95,8 @@ dependencies {
implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.3.2'
implementation group: 'org.quartz-scheduler', name: 'quartz-jobs', version: '2.3.2'
//implementation group: 'org.luaj', name: 'luaj-jse', version: '3.0.2'
implementation("org.anime_game_servers:luaj:3.0.3")
implementation("org.anime_game_servers:JNLua_GC:0.1.0")
implementation group: 'com.esotericsoftware', name : 'reflectasm', version: '1.11.9'
implementation group: 'com.github.davidmoten', name : 'rtree-multi', version: '0.1'

Binary file not shown.

Binary file not shown.