mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Removed workaround for Kotlin Compiler OutOfMemoryError
as the issue is gone with Kotlin 1.9.0
This commit is contained in:
parent
5934976f2b
commit
2dd3c5daad
3
.github/template-cleanup/gradle.properties
vendored
3
.github/template-cleanup/gradle.properties
vendored
@ -32,6 +32,3 @@ org.gradle.caching = true
|
||||
|
||||
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
|
||||
systemProp.org.gradle.unsafe.kotlin.assignment = true
|
||||
|
||||
# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
|
||||
kotlin.incremental.useClasspathSnapshot = false
|
||||
|
@ -14,6 +14,9 @@
|
||||
### Fixed
|
||||
- Dependabot workflow points to `next` branch in a newly created project
|
||||
|
||||
### Removed
|
||||
- Removed workaround for Kotlin Compiler `OutOfMemoryError` as the issue is gone with Kotlin `1.9.0`
|
||||
|
||||
## [1.7.0] - 2023-06-07
|
||||
|
||||
### Added
|
||||
|
@ -32,6 +32,3 @@ org.gradle.caching = true
|
||||
|
||||
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
|
||||
systemProp.org.gradle.unsafe.kotlin.assignment = true
|
||||
|
||||
# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
|
||||
kotlin.incremental.useClasspathSnapshot = false
|
||||
|
Loading…
Reference in New Issue
Block a user