File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 5353 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_PRIVATE_KEY }}
5454 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
5555 run : |
56- echo "\ncom.mikepenz.kotlin.warningsAsErrors.enabled=false" >> gradle.properties
5756 ./gradlew multiplatform-markdown-renderer:publishAllPublicationsToMavenCentralRepository --no-daemon --no-configure-on-demand --no-parallel
5857 ./gradlew multiplatform-markdown-renderer-m2:publishAllPublicationsToMavenCentralRepository --no-daemon --no-configure-on-demand --no-parallel
5958 ./gradlew multiplatform-markdown-renderer-m3:publishAllPublicationsToMavenCentralRepository --no-daemon --no-configure-on-demand --no-parallel
Original file line number Diff line number Diff line change @@ -44,3 +44,4 @@ com.mikepenz.binary-compatibility-validator.enabled=true
4444com.mikepenz.version-catalog-update.enabled =true
4545com.mikepenz.compatPatrouille.enabled =false
4646com.mikepenz.kotlin.version =2.2
47+ com.mikepenz.kotlin.warningsAsErrors.enabled =false
You can’t perform that action at this time.
0 commit comments