Skip to content

Commit b1ba1e8

Browse files
committed
build: upgrade to 2.4.0 version
Signed-off-by: azerr <[email protected]>
1 parent 04a006e commit b1ba1e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ When editing `application.properties` files, you have access to:
237237

238238
## Requirements
239239

240-
* Intellij IDEA 2024.3 or more recent (we **try** to support the last 4 major IDEA releases)
240+
* Intellij IDEA 2024.2 or more recent (we **try** to support the last 4 major IDEA releases)
241241
* Java JDK (or JRE) 17 or more recent
242242

243243

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ pluginName=Quarkus Tools
44
pluginRepositoryUrl=https://github.com/redhat-developer/intellij-quarkus
55
# SemVer format -> https://semver.org
66
# NO SPACES AROUND THE EQUALS SIGN!!
7-
pluginVersion=2.3.1-SNAPSHOT
7+
pluginVersion=2.4.0-SNAPSHOT
88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9-
pluginSinceBuild=233.11799
9+
pluginSinceBuild=242
1010
#pluginUntilBuild=233.*
1111
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1212
platformType=IC
13-
platformVersion=2024.3
13+
platformVersion=2024.2
1414
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1515
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
1616
platformBundledPlugins=com.intellij.java, org.jetbrains.idea.maven, org.jetbrains.plugins.gradle, com.intellij.properties, org.jetbrains.plugins.yaml

0 commit comments

Comments
 (0)