fix JVM toolchain download

(cherry picked from commit ad24ddb048)
This commit is contained in:
Jonathan Lermitage 2024-08-20 21:08:56 +02:00 committed by Jakub Chrzanowski
parent 842ca4f7eb
commit 8ec597d56f
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -1 +1,5 @@
rootProject.name = "IntelliJ Platform Plugin Template"
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}