Skip to content

Commit 7268e7c

Browse files
Add Maven wrapper
1 parent 11228f9 commit 7268e7c

File tree

4 files changed

+490
-2
lines changed

4 files changed

+490
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: sudo apt-get update && sudo apt-get install gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
2323

2424
- name: Build with Maven
25-
run: mvn -B verify --file pom.xml
25+
run: ./mvnw --batch-mode verify
2626

2727
test-1-20-jdk8:
2828

@@ -42,4 +42,4 @@ jobs:
4242
run: sudo apt-get update && sudo apt-get install gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
4343

4444
- name: Build with Maven
45-
run: mvn -B verify --file pom.xml
45+
run: ./mvnw --batch-mode 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.11/apache-maven-3.9.11-bin.zip
4+
distributionSha256Sum=0d7125e8c91097b36edb990ea5934e6c68b4440eef4ea96510a0f6815e7eeadb

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)