Skip to content

Commit c59cf37

Browse files
committed
🔧 Java version 21
1 parent 2b4ba4a commit c59cf37

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ repositories {
3131

3232
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
3333
dependencies {
34-
implementation("org.jetbrains.kotlin:kotlin-stdlib")
34+
//implementation("org.jetbrains.kotlin:kotlin-stdlib")
3535
implementation("com.google.code.gson:gson:2.13.1")
3636
implementation("com.squareup.okhttp3:okhttp:4.12.0")
3737
implementation("org.yaml:snakeyaml:2.4")
3838
testImplementation(libs.junit)
3939
testImplementation(libs.opentest4j)
4040

41-
// IntelliJ Platform Gradle Plugin Dependencies Extension -· read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
41+
// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
4242
intellijPlatform {
4343
create(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"))
4444

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@ org.gradle.configuration-cache = true
3636

3737
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
3838
org.gradle.caching = true
39-
40-
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
41-
systemProp.org.gradle.unsafe.kotlin.assignment = true

0 commit comments

Comments
 (0)