move annotations dependency to main gradle file because both subprojects use it
This commit is contained in:
parent
cea0ffb8ac
commit
ad50d31194
2 changed files with 1 additions and 4 deletions
|
@ -8,10 +8,6 @@ java {
|
|||
withJavadocJar()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'org.jetbrains:annotations:26.0.1'
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
|
|
@ -9,6 +9,7 @@ subprojects {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly "org.jetbrains:annotations:26.0.1"
|
||||
compileOnly "org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue