diff options
-rw-r--r-- | build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 991ad16f..cbee3598 100644 --- a/build.gradle +++ b/build.gradle @@ -18,6 +18,9 @@ plugins { repositories { mavenCentral() jcenter() + maven { + url 'https://repository.apache.org/content/repositories/snapshots/' + } } apply plugin: 'io.spring.dependency-management' dependencyManagement { @@ -72,6 +75,8 @@ ext { docsOutputDir = file("${buildDir}/docs") } +ext['tomcat.version'] = '9.0-SNAPSHOT' + test { systemProperty 'io.springfox.staticdocs.outputDir', swaggerOutputDir outputs.dir swaggerOutputDir |