Skip to content

Commit cea3d12

Browse files
committed
chore(deps): update plugins and version configurations
- Update changelog plugin from 2.2.1 to 2.5.0 - Update intelliJPlatform plugin from 2.5.0 to 2.10.5 - Update kotlin plugin from 2.1.20 to 2.2.21 - Add version property in gradle.properties and set it to 1.5.1 - Unify pluginVersion format using space-separated key-value pairs
1 parent ee9ddde commit cea3d12

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pluginGroup = com.example.css
44
pluginName = React Css Modules All
55
pluginRepositoryUrl = https://github.com/Q-Peppa/react-css-modules-all
66
# SemVer format -> https://semver.org
7-
pluginVersion=1.5.1
8-
7+
pluginVersion = 1.5.1
8+
version = 1.5.1
99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild=242
1111
# pluginUntilBuild = 242.* # for Supported all version > 231

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ junit = "4.13.2"
44
opentest4j = "1.3.0"
55

66
# plugins
7-
changelog = "2.2.1"
8-
intelliJPlatform = "2.5.0"
9-
kotlin = "2.1.20"
7+
changelog = "2.5.0"
8+
intelliJPlatform = "2.10.5"
9+
kotlin = "2.2.21"
1010

1111
[libraries]
1212
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)