-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
gradle.properties
27 lines (23 loc) · 1.28 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# suppress inspection "UnusedProperty" for whole file
# Gradle
# Parallel builds regularly result in deadlocks
org.gradle.parallel = false
kotlin.code.style = official
kotlin.stdlib.default.dependency = false
# Ugly fix to make CI build on linux
org.gradle.jvmargs = -noverify
# Version
auto-dark-mode.version = 1.8.4-2024.3
# Plugins
com.github.vlsi.vlsi-release-plugins.version = 1.90
org.jetbrains.intellij.version = 1.16.1
com.diffplug.spotless.version = 6.25.0
ktlint.version = 1.3.1
kotlin.version = 2.0.0
org.ajoberstar.grgit.version = 5.2.2
com.google.devtools.ksp.version = 2.0.0-1.0.23
# These versions must always stay in sync with another.
idea.version = [243,244)
ideaPlugin.version = 2024.3
ideaPlugin.since.version = 243
ideaPlugin.until.version = 243.*