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 994b1dd commit c2e0292Copy full SHA for c2e0292
cameraview/build.gradle.kts
@@ -1,5 +1,6 @@
1
import io.deepmedia.tools.publisher.common.License
2
import io.deepmedia.tools.publisher.common.Release
3
+import io.deepmedia.tools.publisher.common.GithubScm
4
5
plugins {
6
id("com.android.library")
@@ -50,7 +51,9 @@ publisher {
50
51
project.artifact = "cameraview"
52
project.group = "com.otaliastudios"
53
project.url = "https://github.com/natario1/CameraView"
54
+ project.scm = GithubScm("natario1", "CameraView")
55
project.addLicense(License.APACHE_2_0)
56
+ project.addDeveloper("natario1", "[email protected]")
57
release.sources = Release.SOURCES_AUTO
58
release.docs = Release.DOCS_AUTO
59
0 commit comments