Skip to content

Commit

Permalink
added floodgate/geyser
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Jun 20, 2023
1 parent b7587e8 commit f07cd15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ repositories {
name = "sonatype"
url = "https://oss.sonatype.org/content/groups/public/"
}
// maven {
// name = "opencollab-snapshot-repo"
// url = "https://repo.opencollab.dev/main/"
// }
maven {
name = "opencollab-snapshot-repo"
url = "https://repo.opencollab.dev/main/"
}
maven {
url = "https://maven.enginehub.org/repo/"
}
Expand All @@ -34,9 +34,9 @@ repositories {

dependencies {
// paperweight.paperDevBundle("1.20.1-R0.1-SNAPSHOT")
// compileOnly("org.geysermc.geyser:api:2.1.1-SNAPSHOT")
// compileOnly("org.geysermc.floodgate:api:2.2.2-SNAPSHOT")
compileOnly "io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT"
compileOnly("org.geysermc.geyser:api:2.1.1-SNAPSHOT")
compileOnly("org.geysermc.floodgate:api:2.2.2-SNAPSHOT")
compileOnly "io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT"
}

//tasks {
Expand Down

0 comments on commit f07cd15

Please sign in to comment.