Feature/open api v3 support (#405)

This commit is contained in:
Robert Winkler
2020-03-06 08:31:21 +01:00
committed by GitHub
parent 69baeb6339
commit 4a3ee6c5ca
438 changed files with 14506 additions and 794 deletions

View File

@@ -20,7 +20,7 @@ asciidoctor {
sectanchors: '',
hardbreaks: '',
'release-version': project.releaseVersion,
'coreProjectDir': project(':swagger2markup-core').projectDir
'coreProjectDir': project(':swagger2markup').projectDir
]
}

View File

@@ -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}"