21 lines
770 B
Properties
21 lines
770 B
Properties
pluginGroup = com.falsepattern.zigbrains
|
|
pluginName = ZigBrains
|
|
pluginRepositoryUrl = https://github.com/FalsePattern/ZigBrains
|
|
|
|
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
|
pluginSinceBuild = 241
|
|
pluginUntilBuild = 241.*
|
|
|
|
baseIDE = clion
|
|
|
|
ideaVersion = IC-2024.1.1
|
|
clionVersion = CL-2024.1.1
|
|
|
|
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
|
gradleVersion = 8.7
|
|
|
|
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
|
|
org.gradle.caching = true
|
|
|
|
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
|
|
systemProp.org.gradle.unsafe.kotlin.assignment = true
|