We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40392da commit b825285Copy full SHA for b825285
build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt
@@ -1,6 +1,5 @@
1
// buildSrc/src/main/kotlin/PublishingConventionPlugin.kt
2
import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
3
-import com.vanniktech.maven.publish.JavadocJar
4
import com.vanniktech.maven.publish.MavenPublishBaseExtension
5
import org.gradle.api.Plugin
6
import org.gradle.api.Project
@@ -75,6 +74,10 @@ class PublishingConventionPlugin : Plugin<Project> {
75
74
name.set("Google Inc.")
76
}
77
+ organization {
78
+ name.set("Google Inc")
79
+ url.set("http://developers.google.com/maps")
80
+ }
81
82
83
0 commit comments