Skip to content

Commit fe41619

Browse files
authored
Merge pull request #297 from google/davidmotson.license_fix
add license to marker artifact also
2 parents 7ec7311 + 57fcf63 commit fe41619

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

google-services-plugin/build.gradle.kts

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ publishing {
7676
publications {
7777
create<MavenPublication>("pluginMaven") {
7878
artifactId = "google-services"
79-
79+
}
80+
}
81+
afterEvaluate {
82+
publications.withType(MavenPublication::class.java) {
8083
pom {
8184
licenses {
8285
license {

0 commit comments

Comments
 (0)