You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@
10
10
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.14.0`
11
11
- Update `group` property in `gradle.properties` and remove redundant `pluginGroup` configuration from `build.gradle.kts`
12
12
- Update `version` property in `gradle.properties` and remove redundant `pluginVersion` configuration from `build.gradle.kts`
13
+
- Inline `junit` dependency version in `build.gradle.kts` and remove it from `libs.versions.toml`.
14
+
- Remove `platformVersion` property and inline its value in `build.gradle.kts` for cleaner configuration.
13
15
14
16
### Removed
15
17
16
-
- Remove `platformVersion` property and inline its value in `build.gradle.kts` for cleaner configuration.
17
18
- Remove (empty) plugin and module dependency configurations from `build.gradle.kts` and `gradle.properties`.
18
19
- Remove `opentest4j` dependency from `build.gradle.kts` and `libs.versions.toml`, redundant since IntelliJ Platform 251+
19
20
- Remove `gradleVersion` property and wrapper configuration as Gradle Wrapper should be updated with `./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper`
0 commit comments