Update build for 1.17.1 to 37.0.12 - get build functional

This commit is contained in:
Mike Primm 2021-07-26 21:47:12 -05:00
parent 5e976113e7
commit bd91095933
2 changed files with 2 additions and 5 deletions

View file

@ -28,13 +28,13 @@ minecraft {
}
}
project.archivesBaseName = "${project.archivesBaseName}-forge-1.16.4"
project.archivesBaseName = "${project.archivesBaseName}-forge-1.17.1"
dependencies {
implementation project(path: ":DynmapCore", configuration: "shadow")
implementation project(path: ':DynmapCoreAPI')
minecraft 'net.minecraftforge:forge:1.17.1-37.0.7'
minecraft 'net.minecraftforge:forge:1.17.1-37.0.12'
}
processResources