blob: 9f5ee158694059afa8ae5af8569673ad29dfa372 [file] [log] [blame]
apply plugin: 'application'
dependencies {
compile 'com.bazaarvoice.jolt:jolt-core:0.1.0'
compile 'com.bazaarvoice.jolt:json-utils:0.1.0'
}
mainClassName = 'org.conscrypt.graphgen.Main'