File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.jetbrains.kotlin.jvm' version ' 1.3.72 '
2
+ id ' org.jetbrains.kotlin.jvm' version ' 1.4.32 '
3
3
id ' jacoco'
4
- id ' com.gradle.build-scan' version ' 1.16'
5
- // id 'com.gradle.build-scan' version '3.3.4'
4
+ id ' com.gradle.build-scan' version ' 3.3.4'
6
5
id ' maven-publish'
7
6
id ' signing'
8
7
}
9
8
10
9
ext {
11
10
publishBuildScan = false
12
11
snapshotVersion = true
13
- jacksonVersion = ' 2.11.0 '
12
+ jacksonVersion = ' 2.13.1 '
14
13
}
15
14
16
15
group ' com.nfeld.jsonpathkt'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
Original file line number Diff line number Diff line change 1
1
2
2
ext {
3
3
readmeFormat = false // pass -DreadmeFormat to format benchmark results to update readme
4
- kotestVersion = ' 4.1.0.RC2 '
4
+ kotestVersion = ' 4.6.4 '
5
5
}
6
6
7
7
dependencies {
68
68
69
69
doFirst {
70
70
filter {
71
- includeTestsMatching(" com.nfeld.jsonpathkt.*" )
72
71
exclude(
73
72
" com/nfeld/jsonpathkt/BenchmarkTest.class" ,
74
73
" com/nfeld/jsonpathkt/PerfTest.class"
You can’t perform that action at this time.
0 commit comments