forked from antlr/intellij-plugin-v4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
31 lines (20 loc) · 859 Bytes
/
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
# Overridden by Gradle during releases
pluginVersion=next-SNAPSHOT
# e.g. IC-2016.3.3, IU-2018.2.5 etc
# For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at
# https://www.jetbrains.com/idea/download/other.html
# Oldest version currently supported
#ideaVersion=IC-2020.3 # requires jdk 11 from here on
#ideaVersion=IC-2021.2
#ideaVersion=IC-2021.3.3
#ideaVersion=IC-2022.1
#ideaVersion=IC-2022.2
ideaVersion=IC-2022.2.1
#ideaVersion=IC-2022.3 # requires jdk 17 from here on
#ideaVersion=IC-2023.1
# The version of ANTLR v4 that will be used to generate the parser
antlr4Version=4.13.1
# Lower platform version supported by this build. Leave empty to keep the default value in plugin.xml.
sinceBuildVersion=
# Upper platform version supported by this build. Leave empty to support latest versions.
untilBuildVersion=