Skip to content

Commit c2e0292

Browse files
committed
Fix sonatype build
1 parent 994b1dd commit c2e0292

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cameraview/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import io.deepmedia.tools.publisher.common.License
22
import io.deepmedia.tools.publisher.common.Release
3+
import io.deepmedia.tools.publisher.common.GithubScm
34

45
plugins {
56
id("com.android.library")
@@ -50,7 +51,9 @@ publisher {
5051
project.artifact = "cameraview"
5152
project.group = "com.otaliastudios"
5253
project.url = "https://github.com/natario1/CameraView"
54+
project.scm = GithubScm("natario1", "CameraView")
5355
project.addLicense(License.APACHE_2_0)
56+
project.addDeveloper("natario1", "[email protected]")
5457
release.sources = Release.SOURCES_AUTO
5558
release.docs = Release.DOCS_AUTO
5659

0 commit comments

Comments
 (0)