@혜영 문

1. git actions 워크플로우 생성 오류

gradlew' is not executable.

<해결>

- name: Add permission
  run: chmod +x gradlew

gradlew' is not executable.

@혜영 문

2. ec2 docker 설치 오류

'docker-ce' has no installation candidate

ubuntu docker 설치시 Package 'docker-ce' has no installation candidate 해결

@혜영 문

3. git actions 워크플로우 버전 오류

No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.1.4 was found. The consumer was configured to find a library for use during runtime, compatible with Java 11, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.2.1' but:

- Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.1.4 declares a library, packaged as a jar, and its dependencies declared externally:

- Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 11

기존 코드(yml)