ZigBrains/gradle.properties

22 lines
810 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
# 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-05-11 15:18:25 +02:00
ideaVersion = IC-2023.3.6
clionVersion = CL-2023.3.4
2023-07-29 12:22:51 +02:00
# Gradle Releases -> https://github.com/gradle/gradle/releases
2024-05-28 02:45:55 +02:00
gradleVersion = 8.7
2023-07-29 12:22:51 +02:00
# 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
2024-03-12 17:02:20 +01:00
kotlin.stdlib.default.dependency = false