Skip to content

Commit

Permalink
Merge pull request #297 from google/davidmotson.license_fix
Browse files Browse the repository at this point in the history
add license to marker artifact also
  • Loading branch information
davidmotson authored Jun 13, 2024
2 parents 7ec7311 + 57fcf63 commit fe41619
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion google-services-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ publishing {
publications {
create<MavenPublication>("pluginMaven") {
artifactId = "google-services"

}
}
afterEvaluate {
publications.withType(MavenPublication::class.java) {
pom {
licenses {
license {
Expand Down

0 comments on commit fe41619

Please sign in to comment.