problem: doesn't run unit tests

This commit is contained in:
Igor Artamonov
2021-11-12 19:54:55 -05:00
parent ee5b14b300
commit 5709eb1e62
2 changed files with 3 additions and 2 deletions

View File

@@ -115,6 +115,7 @@ test {
testLogging.showStandardStreams = false testLogging.showStandardStreams = false
testLogging.exceptionFormat = 'full' testLogging.exceptionFormat = 'full'
finalizedBy jacocoTestReport finalizedBy jacocoTestReport
useJUnitPlatform()
// getting on CI: // getting on CI:
// java.security.KeyStoreException: Key protection algorithm not found: java.security.UnrecoverableKeyException: Encrypt Private Key failed: unrecognized algorithm name: PBEWithSHA1AndDESede // java.security.KeyStoreException: Key protection algorithm not found: java.security.UnrecoverableKeyException: Encrypt Private Key failed: unrecognized algorithm name: PBEWithSHA1AndDESede

View File

@@ -10,8 +10,8 @@ reactive-grpc = "1.2.0"
spring-boot = "2.5.6" spring-boot = "2.5.6"
spring-security = "5.5.3" spring-security = "5.5.3"
reactor = "3.4.10" reactor = "3.4.10"
netty = "4.1.65.Final" netty = "4.1.70.Final"
netty-tcnative = "2.0.39.Final" netty-tcnative = "2.0.45.Final"
kotlin = "1.5.31" kotlin = "1.5.31"
httpcomponents = "4.5.8" httpcomponents = "4.5.8"