upstream #1

Closed
bridge wants to merge 65 commits from feat/upstream into 2.X
2 changed files with 1 additions and 4 deletions
Showing only changes of commit ca89bfe32d - Show all commits

View file

@ -8,10 +8,6 @@ java {
withJavadocJar()
}
dependencies {
compileOnly 'org.jetbrains:annotations:26.0.1'
}
publishing {
publications {
mavenJava(MavenPublication) {

View file

@ -9,6 +9,7 @@ subprojects {
}
dependencies {
compileOnly "org.jetbrains:annotations:26.0.1"
compileOnly "org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT"
}