problem: doesn't run unit tests
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user