Fix gradle mystery compiler error
Specifically fixes core gradle being unable to access packages found in API
This commit is contained in:
+2
-2
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user