Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit ea0b777

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

2 files changed

+2-1Lines changed: 2 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/ci.yaml‎

Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+1-1Lines changed: 1 addition & 1 deletion
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:
Collapse file

‎build.gradle‎

Copy file name to clipboardExpand all lines: build.gradle
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.