File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 7373 displayName : ' Create assets for publication'
7474 inputs :
7575 options : ' -PisCI="true"'
76- tasks : ' makeJar notification-hubs-sdk:publishGeneralPublicationToBuildDirRepository notification-hubs-sdk:writeVersionFile'
76+ tasks : ' makeJar notification-hubs-sdk:publishGeneralPublicationToBuildDirRepository notification-hubs-sdk:publishFcmPublicationToBuildDirRepository notification-hubs-sdk: writeVersionFile'
7777 publishJUnitResults : false
7878
7979
Original file line number Diff line number Diff line change @@ -117,6 +117,13 @@ afterEvaluate {
117117
118118 from components. generalRelease
119119 }
120+ fcm(MavenPublication ) {
121+ groupId = GROUP_ID
122+ artifactId = PUBLISH_ARTIFACT_ID + ' -fcm'
123+ version = VERSION
124+
125+ from components. fcmRelease
126+ }
120127 }
121128 repositories {
122129 maven {
You can’t perform that action at this time.
0 commit comments