-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
31 lines (24 loc) · 1.08 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
28
29
30
31
# Semantic Version for this project.
# <https://semver.org>
version = 1.2.1
# Maven group ID.
# <https://maven.apache.org/pom.html#maven-coordinates>
group = dev.mdklatt
# Define the IDEA platform version to build against. This should be the minimum
# compatible version.
platformVersion = IC-2023.1
# https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#ide-configuration
javaVersion = 17
# Compatible build ranges. These must be build numbers, not version numbers.
# The minimum version should match `platformVersion`. The upper is empty so
# that every new release doesn't automatically break the plugin.
# <https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions>
pluginSinceBuild = 231
pluginUntilBuild =
# Plugin versions to validate.
pluginVerifyVersions = IC-2023.1, IC-2024.1
# Use the stdlib bundled with the IDEA platform.
# <https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library>
kotlin.stdlib.default.dependency = false
# Used by IntelliJ.
kotlin.code.style = official