Skip to content

Commit

Permalink
Fix sonatype build
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Jul 2, 2021
1 parent 994b1dd commit c2e0292
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cameraview/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import io.deepmedia.tools.publisher.common.License
import io.deepmedia.tools.publisher.common.Release
import io.deepmedia.tools.publisher.common.GithubScm

plugins {
id("com.android.library")
Expand Down Expand Up @@ -50,7 +51,9 @@ publisher {
project.artifact = "cameraview"
project.group = "com.otaliastudios"
project.url = "https://github.com/natario1/CameraView"
project.scm = GithubScm("natario1", "CameraView")
project.addLicense(License.APACHE_2_0)
project.addDeveloper("natario1", "mat.iavarone@gmail.com")
release.sources = Release.SOURCES_AUTO
release.docs = Release.DOCS_AUTO

Expand Down

0 comments on commit c2e0292

Please sign in to comment.