Skip to content

Commit b8b1ed4

Browse files
authored
Merge pull request #12 from HelloYeew/remove-vendor
Remove vendor from Gradle build
2 parents 4fe945e + 6b665b2 commit b8b1ed4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
### Added
88

9+
- Nothing
10+
11+
## [0.0.2] - 2023-12-10
12+
13+
### Added
14+
915
- Enable ligature for editor font
1016
- Update light theme color for new UI
1117

@@ -15,5 +21,6 @@
1521
- Export color scheme to plugin
1622
- Initial release to plugin marketplace!
1723

18-
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1...HEAD
24+
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.2...HEAD
25+
[0.0.2]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1...v0.0.2
1926
[0.0.1]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ kotlin {
3131
@Suppress("UnstableApiUsage")
3232
jvmToolchain {
3333
languageVersion = JavaLanguageVersion.of(17)
34-
vendor = JvmVendorSpec.JETBRAINS
3534
}
3635
}
3736

0 commit comments

Comments
 (0)