mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Made it build
This commit is contained in:
parent
9f32ba81b1
commit
63523d712b
7 changed files with 30 additions and 9 deletions
|
@ -36,7 +36,6 @@ dependencies {
|
|||
|
||||
// Let's shade in our own api/common module
|
||||
shadow(projects.api) { isTransitive = false }
|
||||
shadow(projects.common) { isTransitive = false }
|
||||
|
||||
// Permissions
|
||||
modImplementation(libs.fabric.permissions)
|
||||
|
|
|
@ -31,7 +31,6 @@ dependencies {
|
|||
|
||||
// Let's shade in our own api
|
||||
shadow(projects.api) { isTransitive = false }
|
||||
shadow(projects.common) { isTransitive = false }
|
||||
|
||||
// Include all transitive deps of core via JiJ
|
||||
includeTransitive(projects.core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue