Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Revert "deps: add maven plugin to enable install (#304)"
Browse files Browse the repository at this point in the history
This reverts commit ea0b777.
  • Loading branch information
Neenu1995 committed Oct 8, 2021
1 parent ea0b777 commit 2d9d51d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -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'

Expand Down

0 comments on commit 2d9d51d

Please sign in to comment.