Переглянути джерело

Update build_docker.gradle

MaxKey 3 роки тому
батько
коміт
8c70e02ccc
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      config/build_docker.gradle

+ 1 - 1
config/build_docker.gradle

@@ -207,7 +207,7 @@ subprojects {
          //implementation group: 'org.springframework', name: 'spring-websocket', version: "${springVersion}"
          // https://mvnrepository.com/artifact/org.springframework.retry/spring-retry
          implementation group: 'org.springframework.retry', name: 'spring-retry', version: "${springretryVersion}"
-         testimplementation group: 'org.springframework', name: 'spring-test', version: "${springVersion}"
+         testImplementation group: 'org.springframework', name: 'spring-test', version: "${springVersion}"
          
          //spring-security
          implementation group: 'org.springframework.security', name: 'spring-security-core', version: "${springSecurityVersion}"