Fix gradle quirks
This commit is contained in:
parent
bff10cfa63
commit
76b0aba030
|
|
@ -29,7 +29,7 @@ runs {
|
|||
}
|
||||
|
||||
data {
|
||||
programArguments.addAll '--mod', 'exdeorum', '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsoluteFile()
|
||||
programArguments.addAll ('--mod', 'exdeorum', '--all', '--output', file('src/generated/resources/').absolutePath, '--existing', file('src/main/resources/').absolutePath)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -130,6 +130,13 @@ dependencies {
|
|||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
|
||||
}
|
||||
|
||||
subsystems {
|
||||
parchment {
|
||||
minecraftVersion = '1.20.4'
|
||||
mappingsVersion = '2024.02.25'
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(ProcessResources).configureEach {
|
||||
var replaceProperties = [
|
||||
mc_version: mc_version,
|
||||
|
|
|
|||
|
|
@ -1,17 +1,13 @@
|
|||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
||||
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
org.gradle.cache=true
|
||||
org.gradle.parallel=true
|
||||
|
||||
mc_version=1.20.4
|
||||
neo_version=20.4.80-beta
|
||||
neo_version_range=[20.4,)
|
||||
loader_version_range=[2,)
|
||||
|
||||
neogradle.subsystems.parchment.minecraftVersion=1.20.3
|
||||
neogradle.subsystems.parchment.mappingsVersion=2023.12.31
|
||||
|
||||
jei_version=17.3.0.49
|
||||
rei_version=14.0.688
|
||||
cloth_config_version=13.0.121
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user