File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
12
12
plugins {
13
- id ' org.jetbrains.intellij' version ' 0.3.12 '
13
+ id ' org.jetbrains.intellij' version ' 0.4.9 '
14
14
id ' jacoco'
15
15
id ' com.github.kt3k.coveralls' version ' 2.8.2'
16
16
}
@@ -33,7 +33,7 @@ repositories {
33
33
}
34
34
dependencies {
35
35
compileOnly ' org.apache.ant:ant:1.7.0'
36
- testCompile ' org.mockito:mockito-core:2.23.0 '
36
+ testCompile ' org.mockito:mockito-core:2.28.2 '
37
37
}
38
38
sourceSets {
39
39
main {
69
69
apply plugin : ' org.jetbrains.intellij'
70
70
intellij {
71
71
// IDE version - https://www.jetbrains.com/intellij-repository/releases
72
- version = System . getenv(). getOrDefault(' IDEA_VERSION' , ' IC-2018.3 .2' )
72
+ version = System . getenv(). getOrDefault(' IDEA_VERSION' , ' 2019.1 .2' )
73
73
pluginName = ' CSV Plugin'
74
74
instrumentCode = true
75
75
updateSinceUntilBuild = false
You can’t perform that action at this time.
0 commit comments