Fabric now builds (and works outside the build environment)

This commit is contained in:
coolGi
2023-02-12 20:11:53 +10:30
parent 41b9e1b404
commit 0c6e620406
-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]