Skip to content

Commit

Permalink
Update gradle intellij plugin
Browse files Browse the repository at this point in the history
This fix intellij dependencies not found:
JetBrains/intellij-platform-gradle-plugin#1209
  • Loading branch information
etiennebrateau committed Dec 23, 2022
1 parent f02538d commit aadc0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

plugins {
id 'org.jetbrains.intellij' version '1.10.0'
id 'org.jetbrains.intellij' version '1.10.1'
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
// id 'net.saliman.cobertura' version '4.0.0'
// id 'com.github.kt3k.coveralls' version '2.10.2'
Expand Down

0 comments on commit aadc0ef

Please sign in to comment.