-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathgradle.properties
18 lines (15 loc) · 976 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pluginGroup = software.amazon.ion.intellj
pluginName_ = Amazon Ion
pluginDescriptionFile = plugin-description.html
pluginChangeNotesFile = plugin-changenotes.html
# If JetBrains makes a breaking change, bump this to the latest RELEASE version and fix/update the plugin.
supportedSinceIdeVersion = 231.1
# We could leave this unset so that it will automatically support newer IDE versions until JetBrains
# marketplace determines that there's an incompatibility with a newer version. However, if we do that,
# then the `printProductReleases` won't display a full range of products; it will only display the
# "supportedSinceIdeVersion" product. So, instead, we set this so far in the future that IntelliJ
# might not even exist by then.
supportedUntilIdeVersion = 993.*
# Opt-out flag for bundling Kotlin standard library.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
kotlin.stdlib.default.dependency = false