(🎁) 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>
pull/392/head
KotlinIsland 10 months ago committed by GitHub
parent d9669566c5
commit c61f22d5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save