diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6cca90..adece03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: with: java-version: '17' distribution: 'temurin' - + - name: Build with Gradle uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 with: - arguments: build + arguments: build \ No newline at end of file