mirror of
https://github.com/Anime-Game-Servers/Grasscutter-Quests.git
synced 2024-11-23 04:29:42 +00:00
[dependencies] Use the AGS mvn repo instead of local jar files for luaj and jnlua
This commit is contained in:
parent
fe6b40f0bf
commit
e310b7db9c
@ -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.
Loading…
Reference in New Issue
Block a user