Skip to content

Commit d4d717a

Browse files
committed
Fix wrong call in build.gradle.kts
1 parent 7cefb69 commit d4d717a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ allprojects {
5555
compileOnly("net.kyori:adventure-text-serializer-gson:${adventureVersion}")
5656
compileOnly("net.kyori:adventure-text-serializer-legacy:${adventureVersion}")
5757

58-
compileOnly("com.github.technicallycoded:FoliaLib:${foliaLibVersion}")
58+
implementation("com.github.technicallycoded:FoliaLib:${foliaLibVersion}")
5959
}
6060
}
6161

0 commit comments

Comments
 (0)