Skip to content

Commit

Permalink
Update build gradle to new repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Janmm14 committed Aug 12, 2023
1 parent 242d7a7 commit 8150bf7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ repositories {
mavenCentral()
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
maven("https://repo.opencollab.dev/maven-snapshots")
maven {
name = "github"
url = uri("https://maven.pkg.github.com/intave/access")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
maven("https://repo.janmm14.de/repository/intave/")
}

dependencies {
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
compileOnly("de.jpx3.intave.access:intave-access:14.3.5")
compileOnly("de.jpx3.intave.access:intave-access:14.4.2")
compileOnly("org.geysermc.floodgate:api:2.0-SNAPSHOT")
}

Expand Down

0 comments on commit 8150bf7

Please sign in to comment.