Skip to content

Commit 3f882fa

Browse files
authored
Merge pull request #450 from mikepenz/tmp/disable_warn_as_error
Disable warnings as errors in Kotlin configuration
2 parents 99cdf38 + 4179b2a commit 3f882fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
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

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ com.mikepenz.binary-compatibility-validator.enabled=true
4444
com.mikepenz.version-catalog-update.enabled=true
4545
com.mikepenz.compatPatrouille.enabled=false
4646
com.mikepenz.kotlin.version=2.2
47+
com.mikepenz.kotlin.warningsAsErrors.enabled=false

0 commit comments

Comments
 (0)