fix: Jade crash sometimes causing resource reload failures

This commit is contained in:
Linnea Gräf
2025-06-05 19:31:34 +02:00
parent 620d189084
commit 120fba3bbc
3 changed files with 9 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ fun innerJarsOf(name: String, dependency: Dependency): Provider<FileTree> {
val collectTranslations by tasks.registering(CollectTranslations::class) {
this.baseTranslations.from(file("translations/en_us.json"))
this.baseTranslations.from(file("translations/extra.json"))
this.classes.from(sourceSets.main.get().kotlin.classesDirectory)
}