We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2212f78 commit 588a14cCopy full SHA for 588a14c
dependencies.gradle
@@ -4,7 +4,8 @@ dependencies {
4
}
5
annotationProcessor("org.projectlombok:lombok:1.18.28")
6
7
- implementation("com.falsepattern:falsepatternlib-mc1.7.10:1.0.0:dev")
+ compileOnlyApi("com.falsepattern:falsepatternlib-mc1.7.10:1.0.0:api")
8
+ runtimeOnly("com.falsepattern:falsepatternlib-mc1.7.10:1.0.0:dev")
9
10
compileOnly("org.jetbrains:annotations:24.0.1")
11
0 commit comments