Feature/open api v3 support (#405)
This commit is contained in:
@@ -20,7 +20,7 @@ asciidoctor {
|
||||
sectanchors: '',
|
||||
hardbreaks: '',
|
||||
'release-version': project.releaseVersion,
|
||||
'coreProjectDir': project(':swagger2markup-core').projectDir
|
||||
'coreProjectDir': project(':swagger2markup').projectDir
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ WARNING: The *groupId* has been changed from *io.github.robwin* to *io.github.sw
|
||||
[source,groovy, subs="attributes"]
|
||||
----
|
||||
repositories {
|
||||
jcenter()
|
||||
jCenter()
|
||||
}
|
||||
|
||||
compile "io.github.swagger2markup:swagger2markup:{release-version}"
|
||||
|
||||
Reference in New Issue
Block a user