Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit adc1e63

Browse files
committed
feat: Removed unused org.jetbrains.plugins.yaml platform plugin.
1 parent a522381 commit adc1e63

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Changed
5+
- Removed unused `org.jetbrains.plugins.yaml` platform plugin.
6+
47
### Fix
58
- Plugin should not have until build number.
69

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ platformVersion = 2023.1
1515

1616
# https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1717
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
18-
platformPlugins = org.jetbrains.kotlin, org.jetbrains.plugins.yaml, org.jetbrains.plugins.github
18+
platformPlugins = org.jetbrains.kotlin, org.jetbrains.plugins.github
1919

2020
# If targeting 2022.3+, Java 17 is required.
2121
javaVersion = 17

0 commit comments

Comments
 (0)