Fix gradle mystery compiler error

Specifically fixes core gradle being unable to access packages found in API
This commit is contained in:
James Seibel
2023-02-27 20:41:45 -06:00
parent e9eeba944a
commit cdbfad060b
4 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -77,8 +77,8 @@ include("common")
// Enables or disables the subprojects depending on whats in the version.properties
if (gradle.builds_for.contains("fabric"))
include("fabric")
if (gradle.builds_for.contains("quilt"))
include("quilt") // Just put this here for once we need it ;)
//if (gradle.builds_for.contains("quilt"))
// include("quilt") // Just put this here for once we need it ;)
//if (gradle.builds_for.contains("forge"))
// include("forge")