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

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: add maven plugin to enable install (#304)
  • Loading branch information
Neenu1995 committed Oct 8, 2021
1 parent d9536e8 commit ea0b777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
run: ./gradlew build install
format:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -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'

Expand Down

0 comments on commit ea0b777

Please sign in to comment.