Skip to content

Commit

Permalink
added paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Jun 20, 2023
1 parent 804e55b commit b7587e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ version = 'mc1.20-v0.2.1'

repositories {
mavenCentral()
// maven {
// name = "papermc-repo"
// url = "https://repo.papermc.io/repository/maven-public/"
// }
maven {
name = "papermc-repo"
url = "https://repo.papermc.io/repository/maven-public/"
}
maven {
name = "sonatype"
url = "https://oss.sonatype.org/content/groups/public/"
Expand All @@ -36,6 +36,7 @@ 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"
}

//tasks {
Expand Down

0 comments on commit b7587e8

Please sign in to comment.