Updated server/servermodlauncher, added arcanite necklace

This commit is contained in:
mstoppelli
2018-12-09 17:53:46 -05:00
parent ac04253f75
commit bf252ba215
37 changed files with 243 additions and 55 deletions

View File

@@ -1,3 +1,7 @@
plugins {
id 'java'
}
apply plugin: 'java'
group "mod.sin"
@@ -7,15 +11,23 @@ repositories {
mavenCentral()
maven { url "http://jcenter.bintray.com" }
maven { url "http://gotti.no-ip.org/maven/repository" }
//maven { url "https://dl.bdew.net/agorepo/" }
maven { url 'https://jitpack.io' }
flatDir {
dirs 'libs'
}
}
dependencies {
compile 'org.gotti.wurmunlimited:server-modlauncher:0.37'
compile 'com.github.Sindusk:sindusklibrary:v1.7'
compile 'com.github.Sindusk:DiscordRelay:v1.2'
compile 'com.github.Sindusk:DUSKombat:v1.0'
compile 'com.github.Sindusk:TreasureHunting:1.1.4'
compile 'org.gotti.wurmunlimited:server-modlauncher:0.40'
compile 'org.gotti.wurmunlimited:server:3127452'
compile name: 'kingdomoffices'
//compile name: 'server'
}
jar {
@@ -33,3 +45,25 @@ task dist(type: Zip) {
archiveName "${project.name}-${project.version}.zip"
}
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}