diff options
author | Vitaly Takmazov | 2020-11-20 01:27:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-11-20 01:27:39 +0300 |
commit | 75136e133101027fef6f6a21f4755cd1abc2a543 (patch) | |
tree | 0c07cfd82de9a276489feb22e8333b54b14ad4d4 | |
parent | 16e4d1d3440657350a4bd0476b06a2d6710566c5 (diff) |
Cleanup Gradle warnings
-rw-r--r-- | build.gradle | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 457e9a49..09d44290 100644 --- a/build.gradle +++ b/build.gradle @@ -62,6 +62,7 @@ test { systemProperty 'io.springfox.staticdocs.outputDir', swaggerOutputDir outputs.dir swaggerOutputDir systemProperty 'spring.profiles.active', "${springProfile}" + useJUnitPlatform() } convertSwagger2markup { @@ -178,10 +179,6 @@ dependencies { testCompile 'org.bouncycastle:bcpkix-jdk15on:1.67' } -test { - useJUnitPlatform() -} - bootJar { launchScript() } |