mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Use Java 17
for JVM Toolchain
This commit is contained in:
parent
d22a737277
commit
bc4bf88f99
@ -8,6 +8,7 @@
|
|||||||
- GitHub Actions - enable caching
|
- GitHub Actions - enable caching
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Use Java `17` for JVM Toolchain
|
||||||
- Change since/until build to `222-232.*` (2022.2 - 2023.2.*)
|
- Change since/until build to `222-232.*` (2022.2 - 2023.2.*)
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.0`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.0`
|
||||||
- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.0`
|
- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.0`
|
||||||
|
@ -28,7 +28,7 @@ dependencies {
|
|||||||
|
|
||||||
// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
|
// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
|
||||||
kotlin {
|
kotlin {
|
||||||
jvmToolchain(11)
|
jvmToolchain(17)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure Gradle IntelliJ Plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
|
// Configure Gradle IntelliJ Plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
|
||||||
|
Loading…
Reference in New Issue
Block a user