9118c3dd24
Add checkExcscheckAll tasks.
10 lines
No EOL
216 B
Groovy
10 lines
No EOL
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'
|
|
} |