Skip to content

Commit db93943

Browse files
committed
bump forge version
1 parent 8f4ecb1 commit db93943

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ group= "org.pfaa.CustomOreGen"
2222
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
2323

2424
minecraft {
25-
mappings channel: 'snapshot', version: '20190719-1.14.3'
25+
mappings channel: 'snapshot', version: '20200119-1.14.4'
2626

2727
runs {
2828
client {
@@ -79,7 +79,7 @@ minecraft {
7979
}
8080

8181
dependencies {
82-
minecraft 'net.minecraftforge:forge:1.14.3-27.0.60'
82+
minecraft 'net.minecraftforge:forge:1.14.4-28.2.0'
8383
}
8484

8585
curseforge {

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
22
# This is required to provide enough memory for the Minecraft decompilation process.
33
org.gradle.jvmargs=-Xmx3G
4+
org.gradle.daemon=false

0 commit comments

Comments
 (0)