Skip to content

Commit 20407aa

Browse files
committed
Use components.release
1 parent 565edae commit 20407aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

native-bridge/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ dependencies {
6363
afterEvaluate {
6464
publishing {
6565
publications {
66-
mavenPublish(MavenPublication) {
66+
release(MavenPublication) {
67+
from components.release
6768
groupId 'no.nrk'
6869
artifactId 'nativebridge'
6970
version = versionNumber

0 commit comments

Comments
 (0)