File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginGroup = com.github.patou
55pluginName = gitmoji-intellij-plugin
66pluginRepositoryUrl = https://github.com/patou/gitmoji-intellij-plugin
77# SemVer format -> https://semver.org
8- pluginVersion = 2.2.1
8+ pluginVersion = 2.2.2
99
1010# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111# for insight into build numbers and IntelliJ Platform versions.
@@ -26,7 +26,7 @@ platformBundledPlugins =
2626javaVersion = 17
2727
2828# Gradle Releases -> https://github.com/gradle/gradle/releases
29- gradleVersion = 8.10.2
29+ gradleVersion = 8.10.1
3030
3131# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
3232kotlin.stdlib.default.dependency = false
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments