Skip to content

Commit

Permalink
Disable configuration cache when building for Maven Central
Browse files Browse the repository at this point in the history
It seems it prevents signing files (with the .asc extension) from being uploaded.

See https://youtrack.jetbrains.com/issue/KT-46466
  • Loading branch information
LouisCAD committed Feb 25, 2022
1 parent 3d54e4b commit 84ae588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
java-version: '11'
- name: Upload all artifacts Linux can build
run: >-
./gradlew --scan --console=plain
./gradlew --scan --console=plain --no-configuration-cache
publishAllPublicationsToMavenCentralStagingRepository
env:
sonatype_staging_repo_id: ${{ needs.create-staging-repository.outputs.repository_id }}
Expand Down

0 comments on commit 84ae588

Please sign in to comment.