Skip to content

Commit

Permalink
Fix annotation processor-based implementations (Sponge and Velocity) (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
astei authored and Ichbinjoe committed Feb 5, 2019
1 parent 671c6e1 commit 7522886
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
1 change: 1 addition & 0 deletions sponge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dependencies {
compileOnly group: "org.spongepowered", name: "spongeapi", version: "7.0.0-SNAPSHOT"
annotationProcessor group: "org.spongepowered", name: "spongeapi", version: "7.0.0-SNAPSHOT"
compile project(":nuvotifier-common")
}
1 change: 1 addition & 0 deletions velocity/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dependencies {
compileOnly group: "com.velocitypowered", name: "velocity-api", version: "1.0-SNAPSHOT"
annotationProcessor group: "com.velocitypowered", name: "velocity-api", version: "1.0-SNAPSHOT"
compile project(":nuvotifier-common")
}

0 comments on commit 7522886

Please sign in to comment.