Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ paperweight {

val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
val menthaMavenPublicUrl = "https://repo.menthamc.org/repository/maven-public/"
val ompMavenSnapshotsUrl = "https://mvn.pkg.one/snapshots"

subprojects {
apply(plugin = "java-library")
Expand All @@ -52,6 +53,7 @@ subprojects {
mavenCentral()
maven(paperMavenPublicUrl)
maven(menthaMavenPublicUrl)
maven(ompMavenSnapshotsUrl)
}

dependencies {
Expand Down
9 changes: 9 additions & 0 deletions mint-server/build.gradle.kts.patch
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@
implementation("ca.spottedleaf:concurrentutil:0.0.8")
implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
@@ -169,7 +_,7 @@
runtimeOnly(log4jPlugins.output)
alsoShade(log4jPlugins.output)

- implementation("com.velocitypowered:velocity-native:3.4.0-SNAPSHOT") {
+ implementation("one.pkg.velocity_rc:velocity-native:3.4.0-SNAPSHOT") {
isTransitive = false
}
implementation("io.netty:netty-codec-haproxy:4.1.118.Final") // Add support for proxy protocol
@@ -210,26 +_,42 @@
implementation("me.lucko:spark-paper:1.10.152")
}
Expand Down

This file was deleted.