From 2d9d51d685f6fe2ec4c507afa98186d46a65c49f Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Fri, 8 Oct 2021 16:41:06 -0400 Subject: [PATCH] Revert "deps: add maven plugin to enable install (#304)" This reverts commit ea0b7773c799db16b2ae68ff600dcacaca52abf9. --- .github/workflows/ci.yaml | 2 +- build.gradle | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f14a3e444..ed0d06bdd 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 install + run: ./gradlew build format: runs-on: ubuntu-latest steps: diff --git a/build.gradle b/build.gradle index b2a956ce3..7e918eba5 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,6 @@ 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'