aboutsummaryrefslogtreecommitdiff
path: root/runtime/build.gradle
blob: 2cc114aace9187bc6855d59dc610f3a0938826d4 (plain)
1
2
3
4
5
6
7
8
9
dependencies {
    compileClasspath(annotationProcessor("org.projectlombok:lombok:1.18.22"))
    testImplementation(project(path: ":api", configuration: "namedElements"))
    testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
}

test {
    useJUnitPlatform()
}