Skip to content

Commit 1cf0194

Browse files
#43: In some cases gradle cannot download PsiViewer plugin
1 parent 75a30da commit 1cf0194

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
@@ -55,7 +55,7 @@ intellij {
5555
type = 'IC'
5656
updateSinceUntilBuild = false
5757
downloadSources = true
58-
plugins = ['PsiViewer:3.28.93']
58+
// plugins = ['PsiViewer:3.28.93']
5959
// localPath = '/home/kshchepanovskyi/.local/opt/WebStorm-171.3780.79/'
6060
// instrumentCode = false
6161
publish {

0 commit comments

Comments
 (0)