We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3de30 commit 01ec4a0Copy full SHA for 01ec4a0
build.gradle
@@ -8,7 +8,7 @@ subprojects {
8
apply plugin: "maven-publish"
9
10
group = "io.github.revxrsal"
11
- version = "3.0.5"
+ version = "3.0.6-SNAPSHOT"
12
13
sourceCompatibility = 1.8
14
targetCompatibility = 1.8
bukkit/build.gradle
@@ -11,7 +11,7 @@ configurations {
}
dependencies {
- implementation(project(":common"))
+ testing(project(":common"))
15
compileOnly("com.mojang:brigadier:1.0.18")
16
compileOnly("org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT")
17
0 commit comments