blob: 63ea482cc87ed6119c801544bd7ee830f15442f1 [file] [log] [blame]
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'