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