fix JVM toolchain download

This commit is contained in:
Jonathan Lermitage 2024-08-20 21:08:56 +02:00 committed by Jakub Chrzanowski
parent d7cd4f603f
commit ad24ddb048

View File

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