From c5ecc069f9d977dac26bdb938a6de59fdfe7ebc0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 14 Nov 2019 11:21:03 +0300 Subject: Tomcat 9.0-SNAPSHOT SSE log fixed in a future 9.0.28 version --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build.gradle') 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 -- cgit v1.2.3