mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - bump org.jetbrains.kotlin.jvm to 1.4.0
This commit is contained in:
parent
d13e2dcb3a
commit
a59e010422
@ -6,6 +6,7 @@
|
|||||||
### Changed
|
### Changed
|
||||||
- Simplify and optimize GitHub Actions
|
- Simplify and optimize GitHub Actions
|
||||||
- Gradle Wrapper upgrade to v6.6
|
- Gradle Wrapper upgrade to v6.6
|
||||||
|
- Dependencies - bump org.jetbrains.kotlin.jvm to 1.4.0
|
||||||
|
|
||||||
## [0.3.1]
|
## [0.3.1]
|
||||||
### Added
|
### Added
|
||||||
|
@ -7,7 +7,7 @@ plugins {
|
|||||||
// Java support
|
// Java support
|
||||||
id("java")
|
id("java")
|
||||||
// Kotlin support
|
// Kotlin support
|
||||||
id("org.jetbrains.kotlin.jvm") version "1.3.72"
|
id("org.jetbrains.kotlin.jvm") version "1.4.0"
|
||||||
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||||
id("org.jetbrains.intellij") version "0.4.21"
|
id("org.jetbrains.intellij") version "0.4.21"
|
||||||
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user