Fix unit tests + Version Determination (#1055)

* Fixed unit tests and determine chunksStretched based on package version

* Fixed requested changes
This commit is contained in:
Pierre Maurice Schwang
2021-05-07 23:47:35 +02:00
committed by GitHub
parent 5ebc31ce88
commit 036e8473b4
7 changed files with 214 additions and 5 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: "Run BuildTools"
run: "java -jar BuildTools.jar --rev 1.16.5"
- name: "Clean Build"
run: "./gradlew clean build -x test sourcesJar javadocJar"
run: "./gradlew clean build sourcesJar javadocJar"
- name: Cleanup Gradle Cache
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
# Restoring these files from a GitHub Actions cache might cause problems for future builds.