ZigBrains/gradle.properties

24 lines
833 B
Properties
Raw Normal View History

2023-07-29 12:22:51 +02:00
pluginGroup = com.falsepattern.zigbrains
pluginName = ZigBrains
pluginRepositoryUrl = https://github.com/FalsePattern/ZigBrains
# SemVer format -> https://semver.org
2024-01-25 20:42:35 +01:00
pluginVersion = 0.10.0
2023-07-29 12:22:51 +02:00
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
2024-02-01 20:53:27 +01:00
pluginSinceBuild = 233
2023-12-02 23:26:51 +01:00
pluginUntilBuild = 233.*
2023-07-29 12:22:51 +02:00
2023-08-19 00:37:12 +02:00
baseIDE = clion
2023-07-29 12:22:51 +02:00
2024-02-01 20:53:27 +01:00
ideaVersion = IC-2023.3.3
clionVersion = CL-2023.3.3
2023-07-29 12:22:51 +02:00
# 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