diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed0d06bdd..f14a3e444 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Gradle Test run: ./gradlew test - name: Gradle Build - run: ./gradlew build + run: ./gradlew build install format: runs-on: ubuntu-latest steps: diff --git a/build.gradle b/build.gradle index 7e918eba5..b2a956ce3 100644 --- a/build.gradle +++ b/build.gradle @@ -19,6 +19,7 @@ apply plugin: 'idea' apply plugin: 'jacoco' apply plugin: 'signing' apply plugin: 'maven-publish' +apply plugin: 'maven' apply plugin: 'com.github.sherter.google-java-format' apply plugin: 'io.github.gradle-nexus.publish-plugin'