misc stuff idk, timeto update the serber

This commit is contained in:
mstoppelli
2019-06-13 12:29:54 -04:00
parent 5deb7d495f
commit 201d86b913
18 changed files with 417 additions and 207 deletions

View File

@@ -1,33 +1,22 @@
plugins {
id 'java'
}
apply plugin: 'java'
group "mod.sin"
version "1.1"
version "2.0"
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 'com.github.Sindusk:sindusklibrary:v1.7'
compile 'org.gotti.wurmunlimited:server-modlauncher:0.43'
compile 'com.github.Sindusk:sindusklibrary:v2.3'
compile 'com.github.bdew-wurm:bdew_server_mod_tools:v1.0.0'
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 {
@@ -45,25 +34,3 @@ 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'
}