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 df32ad3 commit 662d1ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules_java_gapic/resources/gradle/assembly.gradle.tmpl
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 662d1ba

Please sign in to comment.