mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
c61f22d5cd
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
Plaintext
6 lines
143 B
Plaintext
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
|
|
}
|
|
|
|
rootProject.name = "IntelliJ Platform Plugin Template"
|