Merge remote-tracking branch 'origin/new_buildsystem'

This commit is contained in:
coolGi
2023-02-15 17:08:08 +10:30
-11
View File
@@ -1,14 +1,3 @@
version = "API-" + rootProject.mod_version
configurations {
}
dependencies {
// TODO: can we remove the need for manifold? it shouldn't be necessary here
testAnnotationProcessor "systems.manifold:manifold-preprocessor:${rootProject.manifold_version}"
}
shadowJar {
exclude "architectury.common.json"
configurations = [project.configurations.shadowMe]