Skip to content

Commit cf970c8

Browse files
committed
Maintenance: lock down Maven
Changes: * use Wrapper and 3.9.12 * make sure CI uses wrapper (we control Maven version not the GH action) * use `release` compiler flag instead of `source`/`target` to set 11 level * enable reproducible build
1 parent 643f3f2 commit cf970c8

5 files changed

Lines changed: 493 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Install and run IPFS
2525
run: ./install-run-ipfs.sh
2626
- name: Build & run tests with Maven
27-
run: mvn test
27+
run: ./mvnw verify
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
wrapperVersion=3.3.4
2+
distributionType=only-script
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip

mvnw

Lines changed: 295 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)