Skip to content

Commit

Permalink
Merge pull request #9 from devatherock/java17
Browse files Browse the repository at this point in the history
fix: Upgraded gradle to 7, spock to 2.3, to fix test failures in Java 17
  • Loading branch information
devatherock authored Jun 4, 2023
2 parents 944176b + 59433b9 commit 4709a16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Changed
- Updated dockerhub readme in CI pipeline
- [#7](https://github.com/devatherock/minify-js/issues/7): Built a multi-arch docker image
- Upgraded gradle to 7 and spock to 2.3, to fix test failures in Java 17

## [1.0.3] - 2021-10-27
### Added
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ repositories {
}

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

test {
useJUnitPlatform()
testLogging {
events 'passed', 'failed'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4709a16

Please sign in to comment.