Skip to content

Commit

Permalink
Merge pull request #76 from jetbrains-academy/konstantin/edc-1154-upd…
Browse files Browse the repository at this point in the history
…ate-gradle-version

Update gradle and intellij plugin versions
  • Loading branch information
kochaika authored Dec 20, 2024
2 parents 04e8940 + 529d5c5 commit 558f53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.jetbrains.intellij") version "1.16.1"
id("org.jetbrains.intellij") version "1.17.4"
java
kotlin("jvm") version "1.8.20" apply true
application
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs = -XX:MaxMetaspaceSize=1g
kotlin.incremental.useClasspathSnapshot = false
kotlin.code.style = official
gradleVersion = 8.0
gradleVersion = 8.10

0 comments on commit 558f53d

Please sign in to comment.