mirror of
https://github.com/ayunami2000/ayunViaProxyEagUtils.git
synced 2024-11-08 13:56:04 -08:00
14 lines
224 B
Groovy
14 lines
224 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group 'me.ayunami2000.ayunViaProxyEagUtils'
|
|
version '1.0-SNAPSHOT'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation files("libs/ViaProxy-3.0.21-SNAPSHOT+java8_PATCHED.jar")
|
|
} |