Skip to content

Commit 49e7d98

Browse files
authored
Merge pull request #133 from xdev-software/update-from-template-merged
Update from template (auto-merged)
2 parents 0e8494f + b633f34 commit 49e7d98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ intellij {
6969

7070

7171
listProductsReleases {
72-
sinceBuild = "223.*"
72+
sinceBuild = "241.*"
7373
}
7474

7575
checkstyle {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ pluginName=Save Actions X
55
pluginVersion=1.2.4-SNAPSHOT
66
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
77
platformType=IC
8-
platformVersion=2023.2.6
8+
platformVersion=2024.1.6
99
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1010
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
1111
platformPlugins=java
1212
# Gradle Releases -> https://github.com/gradle/gradle/releases
13-
gradleVersion=8.7
13+
gradleVersion=8.9
1414
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
1515
org.gradle.configuration-cache=true
1616
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html

0 commit comments

Comments
 (0)