Skip to content

Commit 5ac47c0

Browse files
committed
config cache to make my life easier
Signed-off-by: Octol1ttle <[email protected]>
1 parent a65cf9f commit 5ac47c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
kotlin("jvm")
33
id("dev.isxander.modstitch.base") version "0.7.0-unstable"
44
id("me.modmuss50.mod-publish-plugin")
5-
id("me.fallenbreath.yamlang") version "1.4.1"
5+
id("me.fallenbreath.yamlang") version "1.4.2"
66
}
77

88
fun prop(name: String) : String {

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
org.gradle.jvmargs=-Xmx4G
33
org.gradle.parallel=true
44
org.gradle.caching=true
5-
# Yamlang doesn't support configuration cache. I spent my entire fucking day trying to make it work but Gradle is too fucking stupid. I hate Gradle so much.
6-
org.gradle.configuration-cache=false
5+
org.gradle.configuration-cache=true
76

87
# Mod Properties
98
mod.id=flightassistant

0 commit comments

Comments
 (0)