카테고리 없음
2021. 8. 9.
'jib.allowInsecureRegistries' of type boolean shouldn't be annotated with @Optional.
해결방법 gradle에서 JIB 버전 1.0.0 에서 3.1.2 로 수정 오류 발생했던 상황 다음 명령어 입력. . . C:\Users\User\백지연\project\demo>gradlew jib > Task :jib FAILED FAILURE: Build failed with an exception. * What went wrong: Some problems were found with the configuration of task ':jib' (type 'BuildImageTask'). - In plugin 'com.google.cloud.tools.jib' type 'com.google.cloud.tools.jib.gradle.BuildImageTask' property 'jib.allowInsec..