implement proxy
This commit is contained in:
parent
13d017e583
commit
97ba13b28c
165 changed files with 14880 additions and 3 deletions
|
@ -11,11 +11,13 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation("io.netty:netty-all:4.0.23.Final")
|
||||
implementation("com.google.guava:guava:17.0")
|
||||
implementation("com.google.code.gson:gson:2.2.4")
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(21)
|
||||
languageVersion = JavaLanguageVersion.of(8)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue