diff --git a/.github/workflows/ci-java-8-and-11.yml b/.github/workflows/ci-java-8-and-11.yml index 27082a618a..b0eda0b9b9 100644 --- a/.github/workflows/ci-java-8-and-11.yml +++ b/.github/workflows/ci-java-8-and-11.yml @@ -33,6 +33,8 @@ jobs: restore-keys: ${{ runner.os }}-m2 - name: Build with Maven run: ./mvnw clean package -Dgpg.skip + - name: Compile integration tests + run: ./mvnw -Pintegration-test test-compile compile - if: ${{ matrix.java != 8 }} name: Check style with Spotless run: ./mvnw spotless:check diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 1c24f9a8de..0000000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a1043f8449..d904ec99c1 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -15,7 +15,7 @@