ZigBrains/gradle.properties
FalsePattern 11c5eb0b85
backport: 11.1.0
ci: 11.1.0

(cherry picked from commit 05826d40e5d98fee3c3cabc6c012ed58682521e8)

chore: Simpler cross-release version tracking

(cherry picked from commit 4f612f33e7)

grammar: update to latest langref

(cherry picked from commit 7b867d4f0b)

chore: ignore signing script file

(cherry picked from commit a21dddba19)
2024-02-21 14:53:25 +01:00

23 lines
833 B
Properties

pluginGroup = com.falsepattern.zigbrains
pluginName = ZigBrains
pluginRepositoryUrl = https://github.com/FalsePattern/ZigBrains
# SemVer format -> https://semver.org
pluginVersion = 11.1.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
pluginUntilBuild = 232.*
baseIDE = clion
ideaVersion = IC-2023.2.5
clionVersion = CL-2023.2.2
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.2.1
# 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