Skip to content

Commit 4e191f8

Browse files
committed
Support IntelliJ 2024.3
1 parent 3fda7e7 commit 4e191f8

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle.properties

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
pluginName = Fortran IntelliJ plugin
44
pluginGroup = org.jetbrains.fortran
55
pluginRepositoryUrl = https://github.com/satamas/fortran-plugin
6-
sinceBuild=242
7-
untilBuild=242.*
8-
baseVersion=2024.2
9-
clionVersion=242-EAP-SNAPSHOT
6+
sinceBuild=243
7+
untilBuild=243.*
8+
baseVersion=2024.3
9+
clionVersion=243-EAP-SNAPSHOT
1010
# Supported IDEs: IU(idea), CL(clion)
1111
baseIDE=IC
12-
pluginVersion=2024.2
13-
buildNumber=SNAPSHOT
14-
15-
gradleVersion=8.5
12+
pluginVersion=2024.3
13+
buildNumber=0
1614

1715
enableBuildSearchableOptions=false
1816

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# libraries
33

44
# plugins
5-
gradleIntelliJPlugin = "2.0.0"
6-
kotlin = "2.0.10"
5+
gradleIntelliJPlugin = "2.1.0"
6+
kotlin = "2.0.21"
77
grammarkit = "2022.3.2.2"
88
changelog = "2.2.1"
99
qodana = "0.1.13"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)