Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
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'
|