From 0c6e62040653d0d3bc513059e168715b4dded797 Mon Sep 17 00:00:00 2001 From: coolGi Date: Sun, 12 Feb 2023 20:11:53 +1030 Subject: [PATCH] Fabric now builds (and works outside the build environment) --- api/build.gradle | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/api/build.gradle b/api/build.gradle index 7b1aef990..daead4cc0 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -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]