Update build for 1.17.1 to 37.0.12 - get build functional
This commit is contained in:
parent
5e976113e7
commit
bd91095933
2 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue