Skip to content

Commit

Permalink
fix (build.gradle.kts) intelliJ plugin version updated to 1.16.0, cou…
Browse files Browse the repository at this point in the history
  • Loading branch information
Geravant committed Jul 23, 2024
1 parent 126952c commit ec08c90
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
Expand Up @@ -6,7 +6,7 @@ group = gradleProperties("courseGroup").get()
version = gradleProperties("courseVersion").get()

plugins {
id("org.jetbrains.intellij") version "1.14.1"
id("org.jetbrains.intellij") version "1.16.0"
java
val kotlinVersion = "1.9.0"
id("org.jetbrains.kotlin.jvm") version kotlinVersion apply false
Expand Down
2 changes: 1 addition & 1 deletion course-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
id: 24051
course_version: 2
course_version: 3
generated_edu_id: Introduction to IDE Java Code Refactoring_JetBrains_JAVA

0 comments on commit ec08c90

Please sign in to comment.