Set ForgeGradle version to 6.0.6
ForgeGradle version will need to be manually updated, which should be better than suddenly compiling with a different version of ForgeGradle when compiling in the future, which may break the "reproducibility" in reproducible builds.
This commit is contained in:
parent
2ae8f77b4d
commit
8e8771dfc6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
gradlePluginPortal()
|
||||
}
|
||||
dependencies {
|
||||
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '6.0.+', changing: true
|
||||
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '6.0.6'
|
||||
classpath 'com.github.johnrengelman:shadow:8.1.1'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue