Update forge version to 36.1.24 (#274)

Compatible with latest forge 36.1.24
This commit is contained in:
Skyrimus 2021-05-26 18:12:50 +03:00 committed by GitHub
parent b2a0c7d1bc
commit 281a5a4625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ allprojects {
ext {
agpVersion = '1.16'
minecraftVersion = '1.16.5'
forgeVersion = '36.1.4'
forgeVersion = '36.1.24'
}
task cleanBuild {
@ -20,4 +20,4 @@ task collect(type: Copy) {
subprojects.each { p ->
from p.file('build/libs')
}
}
}