Skip to content

Commit

Permalink
feat: add install "alias" for local publication (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh committed Jan 11, 2022
1 parent 67d4c05 commit 832133b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ subprojects {
publishing.publications {
library(MavenPublication).from components.java
}

task install(dependsOn: publishToMavenLocal) // create install "alias"
}

0 comments on commit 832133b

Please sign in to comment.