File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
3
3
ext {
4
- kotlin_version = ' 1.2.30 '
4
+ kotlin_version = ' 1.2.31 '
5
5
junit_jupiter_version = ' 5.0.1'
6
6
junit_plugin_version = ' 1.0.1'
7
7
spek_version = ' 1.1.5'
8
- assertj_version = ' 3.8.0 '
9
- kluent_version = ' 1.34 '
8
+ assertj_version = ' 3.9.1 '
9
+ kluent_version = ' 1.35 '
10
10
log4j_version = ' 2.9.0'
11
11
commons_lang3_version = ' 3.7'
12
12
13
13
kotlinter_gradle_plugin = ' 1.7.0'
14
- gradle_intellij_plugin = ' 0.2.18 '
14
+ gradle_intellij_plugin = ' 0.3.1 '
15
15
}
16
16
17
17
repositories {
@@ -84,7 +84,7 @@ junitPlatform {
84
84
intellij {
85
85
pluginName " Request mapper"
86
86
type ' IC'
87
- version ' 2016 .3'
87
+ version ' 2017 .3'
88
88
}
89
89
90
90
patchPluginXml {
@@ -94,5 +94,5 @@ patchPluginXml {
94
94
}
95
95
96
96
task wrapper (type : Wrapper ) {
97
- gradleVersion = ' 4.5.1 '
97
+ gradleVersion = ' 4.6 '
98
98
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.5.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments