mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade org.jetbrains.kotlin.jvm
to 1.4.10
This commit is contained in:
parent
b21aed296e
commit
3a609af80a
@ -5,6 +5,7 @@
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- GitHub Actions: allow releasing plugin even for the base project
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to 1.4.10
|
||||
|
||||
### Fixed
|
||||
- `pluginName` variable name collision with `intellij` closure getter in Gradle configuration #29
|
||||
|
@ -7,7 +7,7 @@ plugins {
|
||||
// Java support
|
||||
id("java")
|
||||
// Kotlin support
|
||||
id("org.jetbrains.kotlin.jvm") version "1.4.0"
|
||||
id("org.jetbrains.kotlin.jvm") version "1.4.10"
|
||||
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||
id("org.jetbrains.intellij") version "0.4.22"
|
||||
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||
|
Loading…
Reference in New Issue
Block a user