feat: Add reforge recipes

This commit is contained in:
Linnea Gräf
2024-12-25 16:55:33 +01:00
parent ddebaf4790
commit c4997e2105
5 changed files with 65 additions and 21 deletions

View File

@@ -182,6 +182,7 @@ fun createIsolatedSourceSet(name: String, path: String = "compat/$name", isEnabl
classpath.from(configurations.getByName(ss.compileClasspathConfigurationName))
}
collectTranslations {
// TODO: this does not work, somehow
this.classes.from(sourceSets.main.get().kotlin.classesDirectory)
}
return ss