Skip to content

Commit 39c25e4

Browse files
authored
Merge pull request #265 from ipfs-shipyard/fix/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
2 parents 643f3f2 + 49988ca commit 39c25e4

5 files changed

Lines changed: 494 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 -V verify
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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
4+
distributionSha256Sum=305773a68d6ddfd413df58c82b3f8050e89778e777f3a745c8e5b8cbea4018ef

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)