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

Commit ea0b777

Browse files
authored
deps: add maven plugin to enable install (#304)
1 parent d9536e8 commit ea0b777

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Gradle Test
2323
run: ./gradlew test
2424
- name: Gradle Build
25-
run: ./gradlew build
25+
run: ./gradlew build install
2626
format:
2727
runs-on: ubuntu-latest
2828
steps:

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ apply plugin: 'idea'
1919
apply plugin: 'jacoco'
2020
apply plugin: 'signing'
2121
apply plugin: 'maven-publish'
22+
apply plugin: 'maven'
2223
apply plugin: 'com.github.sherter.google-java-format'
2324
apply plugin: 'io.github.gradle-nexus.publish-plugin'
2425

0 commit comments

Comments
 (0)