Skip to content

Commit 3e8668f

Browse files
committed
mvncentral
1 parent bd3de26 commit 3e8668f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android-ffmpeg-transcoder/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ dependencies {
9898
implementation libs.mobileFfmpeg
9999
}
100100

101+
if (!isJitpack) {
102+
apply plugin: 'com.vanniktech.maven.publish'
103+
mavenPublishing {
104+
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL, true)
105+
signAllPublications()
106+
}
107+
}
108+
101109
if (isJitpack) {
102110
apply plugin: 'maven-publish'
103111
afterEvaluate {

0 commit comments

Comments
 (0)