9 lines
244 B
Groovy
9 lines
244 B
Groovy
apply plugin: 'com.jfrog.bintray'
|
|
apply from: '../gradle/publishing.gradle'
|
|
|
|
description = 'swagger2markup core library'
|
|
|
|
dependencies {
|
|
compile 'io.swagger:swagger-legacy-spec-parser'
|
|
compile 'commons-collections:commons-collections'
|
|
} |