Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfit8TSB authored Nov 12, 2024
1 parent f2da0bd commit f355c76
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions java2bedrock/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@ repositories {
mavenCentral()
maven {
url = uri("https://repo.viaversion.com/")

}
maven {
url = uri("https://repo.papermc.io/repository/maven-public/")

maven {
url = uri("https://repo.opencollab.dev/")
}
maven {
url = uri("https://maven.lenni0451.net/everything")
}
}

dependencies {
implementation("com.viaversion:viaversion:5.1.1")
implementation("com.viaversion:viaversion:5.1.1")
implementation("com.viaversion:viabackwards-common:5.1.1")
implementation("com.viaversion:viarewind-common:4.0.3")
implementation("net.raphimc:vialoader:3.0.4")
implementation(project(":common"))
compileOnly("org.geysermc:geyser-api:2.4.4-SNAPSHOT")
implementation("net.raphimc:ViaBedrock:0.0.13-SNAPSHOT")
implementation(project(":common"))
compileOnly("org.geysermc:geyser-api:2.4.4-SNAPSHOT")
}

java {
Expand Down

0 comments on commit f355c76

Please sign in to comment.