aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-11-14 11:21:03 +0300
committerGravatar Vitaly Takmazov2019-11-14 11:21:03 +0300
commitc5ecc069f9d977dac26bdb938a6de59fdfe7ebc0 (patch)
tree0ee76d1de0292e339d7fb5475b14b49ae0120d51 /build.gradle
parent3365b91854d87eda2eb837fa2f2118c1ee58cfee (diff)
Tomcat 9.0-SNAPSHOT
SSE log fixed in a future 9.0.28 version
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
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