Skip to content

Commit 0b85d10

Browse files
committed
fix dependency scopes
1 parent cb00bae commit 0b85d10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

voxel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
modImplementation files("voxelmap-1.18.2-1.11.1.jar")
2+
modApi files("voxelmap-1.18.2-1.11.1.jar")
33

44
api project(":common")
55
api project(":fabric")

xaero/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
2-
modCompileOnly "curse.maven:xmm-263420:${rootProject.xmm_version}"
3-
modCompileOnly "curse.maven:xwm-317780:${rootProject.xwm_version}"
2+
modApi "curse.maven:xmm-263420:${rootProject.xmm_version}"
3+
modApi "curse.maven:xwm-317780:${rootProject.xwm_version}"
44

55
api project(":common")
66
api project(":fabric")

0 commit comments

Comments
 (0)