Another attempt to sort of 1.13.2 build

This commit is contained in:
Mike Primm 2019-12-22 18:13:36 -06:00
parent 34beb50177
commit 58186bd478
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ apply plugin: 'eclipse'
dependencies {
compile project(":DynmapCore")
compile project(":DynmapCoreAPI")
minecraft 'net.minecraftforge:forge:1.13.2-25.0.219'
minecraft 'net.minecraftforge:forge:1.13.2-25.0.215'
}
sourceCompatibility = 1.8
@ -33,7 +33,7 @@ repositories {
}
minecraft {
mappings channel: 'snapshot', version: '20190530-1.13.2'
mappings channel: 'snapshot', version: '20190215-1.13.1'
runs {
server {
workingDirectory project.file('run').canonicalPath