ZigBrains/gradle.properties

26 lines
860 B
Properties
Raw Normal View History

2024-06-19 23:07:56 +02:00
pluginGroup=com.falsepattern.zigbrains
pluginName=ZigBrains
pluginRepositoryUrl=https://github.com/FalsePattern/ZigBrains
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-06-19 23:07:56 +02:00
pluginSinceBuild=241
pluginUntilBuild=241.*
2023-07-29 12:22:51 +02:00
2024-06-19 23:07:56 +02:00
baseIDE=clion
2023-07-29 12:22:51 +02:00
2024-09-20 10:24:02 +02:00
ideaVersion=2024.1.6
clionVersion=2024.1.5
2024-06-19 23:07:56 +02:00
2024-09-20 10:19:48 +02:00
pluginVersion=17.2.0
2023-07-29 12:22:51 +02:00
# Gradle Releases -> https://github.com/gradle/gradle/releases
2024-09-20 10:19:48 +02:00
gradleVersion=8.10.1
2023-07-29 12:22:51 +02:00
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
2024-07-25 00:44:37 +02:00
# TODO grammarkit breaks with this
org.gradle.caching=false
2023-07-29 12:22:51 +02:00
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
2024-06-19 23:07:56 +02:00
systemProp.org.gradle.unsafe.kotlin.assignment=true
2024-07-25 00:44:37 +02:00
org.jetbrains.intellij.platform.useCacheRedirector=false