romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
745 stars 21 forks source link

Set up GitHub Actions #4

Closed Goooler closed 4 months ago

Goooler commented 7 months ago

See https://github.com/Goooler/kotlin-explorer/actions/runs/7510333742/job/20448621772.

Goooler commented 4 months ago

https://github.com/Goooler/kotlin-explorer/actions/runs/8399957453/job/23006686932

  • What went wrong: Could not determine the dependencies of task ':compileKotlinJvm'. No matching toolchains found for requested specification: {languageVersion=17, vendor=JETBRAINS, implementation=vendor-specific} for LINUX on x86_64. No locally installed toolchains match and toolchain download repositories have not been configured.

Add this plugin to ensure downloading proper Jetbrains JDKs, we can remove this plugin after removing https://github.com/romainguy/kotlin-explorer/blob/cacd3b68bab8ce6f9021e83595a63673d1ddd9f0/build.gradle.kts#L19 https://github.com/romainguy/kotlin-explorer/blob/cacd3b68bab8ce6f9021e83595a63673d1ddd9f0/build.gradle.kts#L27

romainguy commented 4 months ago

No, we can’t remove those, this runtime is necessary.

Goooler commented 4 months ago

So we need this plugin now, JBR vendor setups are blocked by https://github.com/actions/setup-java/issues/399.