Locked parallel gzip version
This commit is contained in:
parent
bf5f046985
commit
76d7326237
@ -51,8 +51,8 @@ dependencies {
|
|||||||
include "org.tukaani:xz:1.8"
|
include "org.tukaani:xz:1.8"
|
||||||
|
|
||||||
//Gzip compression, parallel, GITHUB
|
//Gzip compression, parallel, GITHUB
|
||||||
modImplementation 'com.github.shevek:parallelgzip:master-SNAPSHOT'
|
modImplementation "com.github.shevek:parallelgzip:${project.pgzip_commit_hash}"
|
||||||
include 'com.github.shevek:parallelgzip:master-SNAPSHOT'
|
include "com.github.shevek:parallelgzip:${project.pgzip_commit_hash}"
|
||||||
|
|
||||||
// Lazy DFU makes the dev env start up much faster by loading DataFixerUpper lazily, which would otherwise take a long time. We rarely need it anyway.
|
// Lazy DFU makes the dev env start up much faster by loading DataFixerUpper lazily, which would otherwise take a long time. We rarely need it anyway.
|
||||||
modRuntime("com.github.astei:lazydfu:${project.lazydfu_version}") {
|
modRuntime("com.github.astei:lazydfu:${project.lazydfu_version}") {
|
||||||
|
@ -17,6 +17,9 @@ modmenu_version=2.0.4
|
|||||||
#Lazy DFU for faster dev start
|
#Lazy DFU for faster dev start
|
||||||
lazydfu_version=0.1.2
|
lazydfu_version=0.1.2
|
||||||
|
|
||||||
|
#Hash of commit form which parallel gzip will be build
|
||||||
|
pgzip_commit_hash=af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 2.2.0
|
mod_version = 2.2.0
|
||||||
maven_group = net.szum123321
|
maven_group = net.szum123321
|
||||||
|
Loading…
Reference in New Issue
Block a user