Skip to content

Commit

Permalink
Fix a configuration cache issue in intellij-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Jul 10, 2023
1 parent f41c288 commit f0366cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intellij-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ val mockJdkRoot = buildDir.resolve("mockJDK")
// Setup fake JDK for maven dependencies to work
// See https://jetbrains-platform.slack.com/archives/CPL5291JP/p1664105522154139 and https://youtrack.jetbrains.com/issue/IJSDK-321
tasks.register("downloadMockJdk") {
val mockJdkRoot = mockJdkRoot
doLast {
val rtJar = mockJdkRoot.resolve("java/mockJDK-1.7/jre/lib/rt.jar")
if (!rtJar.exists()) {
Expand Down

0 comments on commit f0366cd

Please sign in to comment.