Skip to content

Commit

Permalink
Merge pull request #12 from HelloYeew/remove-vendor
Browse files Browse the repository at this point in the history
Remove vendor from Gradle build
  • Loading branch information
HelloYeew authored Dec 10, 2023
2 parents 4fe945e + 6b665b2 commit b8b1ed4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

### Added

- Nothing

## [0.0.2] - 2023-12-10

### Added

- Enable ligature for editor font
- Update light theme color for new UI

Expand All @@ -15,5 +21,6 @@
- Export color scheme to plugin
- Initial release to plugin marketplace!

[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1...HEAD
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.2...HEAD
[0.0.2]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1...v0.0.2
[0.0.1]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ kotlin {
@Suppress("UnstableApiUsage")
jvmToolchain {
languageVersion = JavaLanguageVersion.of(17)
vendor = JvmVendorSpec.JETBRAINS
}
}

Expand Down

0 comments on commit b8b1ed4

Please sign in to comment.