File tree Expand file tree Collapse file tree 4 files changed +6
-14
lines changed
Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ plugins {
44 id ' java-library-distribution'
55 id ' maven-publish'
66 id ' signing'
7- id ' com.github.ben-manes.versions' version ' 0.39.0'
87 id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
9- id ' org.jreleaser' version ' 0.4.0'
8+ id ' org.jreleaser' version ' 0.5.0'
9+ id ' com.github.ben-manes.versions' version ' 0.39.0'
1010}
1111
1212group = ' com.redislabs'
@@ -40,22 +40,14 @@ dependencies {
4040 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.2'
4141 testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.7.2'
4242 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.7.2'
43- testImplementation ' org.slf4j:slf4j-simple:1.7.30 '
44- testImplementation ' com.redislabs:mesclun:1.3.3 '
43+ testImplementation ' org.slf4j:slf4j-simple:1.7.31 '
44+ testImplementation ' com.redislabs:mesclun:1.3.4 '
4545 testImplementation ' org.projectlombok:lombok:1.18.20'
4646 testAnnotationProcessor ' org.projectlombok:lombok:1.18.20'
4747}
4848
4949test {
5050 useJUnitPlatform()
51- testLogging {
52- events " failed"
53- exceptionFormat " full"
54- showExceptions true
55- exceptionFormat " full"
56- showCauses true
57- showStackTraces true
58- }
5951}
6052
6153ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ case "`uname`" in
7272 Darwin* )
7373 darwin=true
7474 ;;
75- MINGW* )
75+ MSYS * | MINGW* )
7676 msys=true
7777 ;;
7878 NONSTOP* )
You can’t perform that action at this time.
0 commit comments