Skip to content

Commit

Permalink
fix japi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Dec 21, 2024
1 parent c121b25 commit ba1f807
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ dependencies {
//include(modImplementation('me.lucko:fabric-permissions-api:0.3.1'))

// lagMod
if (findProject("$prefix:japi") != null)
implementation project("$prefix:japi")
else implementation 'org.comroid:japi:+'
implementation project("$prefix:japi")

include(project(':LibMod:fabric'))

Expand Down Expand Up @@ -145,9 +143,7 @@ publishing {

shadowJar {
dependencies {
if (findProject("$prefix:japi") != null)
include project("$prefix:japi")
else include 'org.comroid:japi:+'
include project("$prefix:japi")

include dependency('net.kyori:adventure-api:4.11.0')
include dependency('net.kyori:adventure-key:4.11.0')
Expand Down

0 comments on commit ba1f807

Please sign in to comment.