aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/build.gradle
blob: 010c7e685ccbcb03febc953199f27ef760b70d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
plugins {
    id 'groovy'
}

repositories {
    mavenCentral()
}
dependencies {
    implementation gradleApi()
    implementation 'org.ow2.asm:asm:9.4'
    implementation 'org.ow2.asm:asm-tree:9.4'
    implementation 'org.ow2.asm:asm-util:9.4'
}