mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 08:00:07 +03:00
10 lines
216 B
Groovy
10 lines
216 B
Groovy
repositories {
|
|
//mavenCentral() //TODO: Update Gradle to use HTTPS by default
|
|
maven {
|
|
name 'maven_central'
|
|
url 'https://repo.maven.apache.org/maven2/'
|
|
}
|
|
}
|
|
dependencies {
|
|
implementation 'org.ow2.asm:asm:7.2'
|
|
} |