mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
(🎁) Add Foojay toolchain provider plugin (#391)
Add Foojay toolchain provider plugin --------- Co-authored-by: KotlinIsland <KotlinIsland@users.noreply.github.com> Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
This commit is contained in:
parent
d9669566c5
commit
c61f22d5cd
@ -3,6 +3,8 @@
|
||||
# IntelliJ Platform Plugin Template Changelog
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- [Foojay Toolchains Plugin](https://github.com/gradle/foojay-toolchains) integration
|
||||
|
||||
## [1.9.0] - 2023-07-11
|
||||
|
||||
|
@ -1 +1,5 @@
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
|
||||
}
|
||||
|
||||
rootProject.name = "IntelliJ Platform Plugin Template"
|
||||
|
Loading…
Reference in New Issue
Block a user