File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7575 if : startsWith(github.ref, 'refs/tags/')
7676 run : |
7777 ./gradlew build -x test -x lint
78- ./gradlew :iconics-core:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
78+ # ./gradlew :iconics-core:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
7979 ./gradlew :iconics-typeface-api:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
8080 ./gradlew :iconics-views:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
8181 ./gradlew :iconics-compose:publishToMavenCentral -x test -x lint --no-configure-on-demand --no-parallel
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.vanniktech.maven.publish'
33// Configure the maven publish plugin
44mavenPublishing {
55 // Use the new Maven Central Portal (https://central.sonatype.com/)
6- publishToMavenCentral(true )
6+ publishToMavenCentral(true , false )
77
88 // Enable GPG signing for all publications
99 signAllPublications()
You can’t perform that action at this time.
0 commit comments