Skip to content

Unable to run Qodana workflow with Java 20 #181

Answered by brichbash
rob93c asked this question in Q&A
Discussion options

You must be logged in to vote

Please try removing all qodana-related caches from https://github.com/Stickerifier/Stickerify/actions/caches/. If it's still reproduced, set upload-result to true in your Qodana job configuration file and run Qodana again:

with:
  args: -v,${{ env.JAVA_HOME }}:/root/.jdks/jdk
  cache-default-branch-only: true
  post-pr-comment: false
  push-fixes: none
  upload-result: true

This way, we'll be able to retrieve logs from the Qodana artifact

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@rob93c
Comment options

@brichbash
Comment options

Answer selected by rob93c
@rob93c
Comment options

@brichbash
Comment options

@rob93c
Comment options

@rob93c
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants