Skip to content

Commit b825285

Browse files
authored
chore: added org to Vanniktech Maven Plugin (#724)
* chore: added org to Vanniktech Maven Plugin * chore: removed unused import
1 parent 40392da commit b825285

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// buildSrc/src/main/kotlin/PublishingConventionPlugin.kt
22
import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
3-
import com.vanniktech.maven.publish.JavadocJar
43
import com.vanniktech.maven.publish.MavenPublishBaseExtension
54
import org.gradle.api.Plugin
65
import org.gradle.api.Project
@@ -75,6 +74,10 @@ class PublishingConventionPlugin : Plugin<Project> {
7574
name.set("Google Inc.")
7675
}
7776
}
77+
organization {
78+
name.set("Google Inc")
79+
url.set("http://developers.google.com/maps")
80+
}
7881
}
7982
}
8083
}

0 commit comments

Comments
 (0)