9 lines
210 B
Groovy
9 lines
210 B
Groovy
apply plugin: 'application'
|
|
|
|
dependencies {
|
|
implementation 'com.bazaarvoice.jolt:jolt-core:0.1.1'
|
|
implementation 'com.bazaarvoice.jolt:json-utils:0.1.1'
|
|
}
|
|
|
|
mainClassName = 'org.conscrypt.graphgen.Main'
|