Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Dec 1, 2023
1 parent c47d81c commit 37338dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ version = '1.2.0'
repositories {
mavenCentral()
maven {
name = 'papermc-repo'
url = 'https://repo.papermc.io/repository/maven-public/'
name = "papermc-repo"
url = "https://repo.papermc.io/repository/maven-public/"
}
maven {
url = 'https://repo.loapu.dev/releases'
Expand All @@ -23,9 +23,10 @@ repositories {
def velocityApiVersion = '3.2.0-SNAPSHOT'

dependencies {
compileOnly "dev.loapu.vanishbridge:vanishbridge-api:1.0"
compileOnly "com.velocitypowered:velocity-api:$velocityApiVersion"
annotationProcessor "com.velocitypowered:velocity-api:$velocityApiVersion"

compileOnly "dev.loapu.vanishbridge:vanishbridge-api:1.0"
}

def targetJavaVersion = 17
Expand Down

0 comments on commit 37338dd

Please sign in to comment.