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 {
1010}
1111
1212plugins {
13- id ' org.jetbrains.intellij' version ' 0.3.12 '
13+ id ' org.jetbrains.intellij' version ' 0.4.9 '
1414 id ' jacoco'
1515 id ' com.github.kt3k.coveralls' version ' 2.8.2'
1616}
@@ -33,7 +33,7 @@ repositories {
3333}
3434dependencies {
3535 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 '
3737}
3838sourceSets {
3939 main {
6969apply plugin : ' org.jetbrains.intellij'
7070intellij {
7171 // 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' )
7373 pluginName = ' CSV Plugin'
7474 instrumentCode = true
7575 updateSinceUntilBuild = false
You can’t perform that action at this time.
0 commit comments