diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 31b0d47..1ceea88 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -17,10 +17,10 @@ jobs: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: "11" + java-version: "17" distribution: "adopt" cache: maven - name: Build with Maven diff --git a/.gitignore b/.gitignore index 0e13eeb..3b1d84c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar +*.iml \ No newline at end of file diff --git a/.idea/prettier.xml b/.idea/prettier.xml index d10eb36..ad4120e 100644 --- a/.idea/prettier.xml +++ b/.idea/prettier.xml @@ -1,6 +1,7 @@ +