Skip to content

Commit e738c96

Browse files
committed
Updated gradle org.jetbrains.intellij plugin to address JetBrains JRE download issue (#164)
1 parent 0ed9f03 commit e738c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
plugins {
11-
id 'org.jetbrains.intellij' version '0.4.3'
11+
id 'org.jetbrains.intellij' version '0.4.4'
1212
id "de.undercouch.download" version "3.4.3"
1313
}
1414

0 commit comments

Comments
 (0)