Skip to content

Commit

Permalink
Support IntelliJ 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
satamas committed Nov 18, 2024
1 parent 3fda7e7 commit 4e191f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
pluginName = Fortran IntelliJ plugin
pluginGroup = org.jetbrains.fortran
pluginRepositoryUrl = https://github.com/satamas/fortran-plugin
sinceBuild=242
untilBuild=242.*
baseVersion=2024.2
clionVersion=242-EAP-SNAPSHOT
sinceBuild=243
untilBuild=243.*
baseVersion=2024.3
clionVersion=243-EAP-SNAPSHOT
# Supported IDEs: IU(idea), CL(clion)
baseIDE=IC
pluginVersion=2024.2
buildNumber=SNAPSHOT

gradleVersion=8.5
pluginVersion=2024.3
buildNumber=0

enableBuildSearchableOptions=false

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# libraries

# plugins
gradleIntelliJPlugin = "2.0.0"
kotlin = "2.0.10"
gradleIntelliJPlugin = "2.1.0"
kotlin = "2.0.21"
grammarkit = "2022.3.2.2"
changelog = "2.2.1"
qodana = "0.1.13"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4e191f8

Please sign in to comment.