mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-12-05 13:58:06 +00:00
Add support for proxying HTTP requests (#1461)
This commit is contained in:
@@ -147,6 +147,14 @@ dependencies {
|
||||
jarJar.ranged(this, "[${libs.versions.netty.get()},)")
|
||||
isTransitive = false
|
||||
}
|
||||
minecraftEmbed(libs.netty.socks) {
|
||||
jarJar.ranged(this, "[${libs.versions.netty.get()},)")
|
||||
isTransitive = false
|
||||
}
|
||||
minecraftEmbed(libs.netty.proxy) {
|
||||
jarJar.ranged(this, "[${libs.versions.netty.get()},)")
|
||||
isTransitive = false
|
||||
}
|
||||
|
||||
testFixturesApi(libs.bundles.test)
|
||||
testFixturesApi(libs.bundles.kotlin)
|
||||
|
||||
Reference in New Issue
Block a user