Skip to content

Commit 4709a16

Browse files
authored
Merge pull request #9 from devatherock/java17
fix: Upgraded gradle to 7, spock to 2.3, to fix test failures in Java 17
2 parents 944176b + 59433b9 commit 4709a16

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
### Changed
55
- Updated dockerhub readme in CI pipeline
66
- [#7](https://github.com/devatherock/minify-js/issues/7): Built a multi-arch docker image
7+
- Upgraded gradle to 7 and spock to 2.3, to fix test failures in Java 17
78

89
## [1.0.3] - 2021-10-27
910
### Added

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation group: 'org.spockframework', name: 'spock-core', version: '1.3-groovy-2.5'
10+
testImplementation group: 'org.spockframework', name: 'spock-core', version: '2.3-groovy-3.0'
1111
}
1212

1313
test {
14+
useJUnitPlatform()
1415
testLogging {
1516
events 'passed', 'failed'
1617
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)