mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Add Foojay toolchain provider plugin --------- Co-authored-by: KotlinIsland <KotlinIsland@users.noreply.github.com> Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
6 lines
143 B
Kotlin
6 lines
143 B
Kotlin
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
|
|
}
|
|
|
|
rootProject.name = "IntelliJ Platform Plugin Template"
|