ZigBrains/gradle.properties

24 lines
832 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
2023-08-19 22:27:11 +02:00
pluginVersion = 0.7.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
pluginSinceBuild = 231
2023-07-29 12:22:51 +02:00
pluginUntilBuild = 232.*
2023-08-19 00:37:12 +02:00
baseIDE = clion
2023-07-29 12:22:51 +02:00
2023-08-19 00:37:12 +02:00
ideaVersion = IC-2023.1.5
clionVersion = CL-2023.1.5
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