Skip to content

Commit 783bcfb

Browse files
committed
trigger pipeline
1 parent 9353d1a commit 783bcfb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-with-self-hosted.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ jobs:
1717
java-version: '17'
1818
distribution: 'adopt'
1919
cache: maven
20-
- name: Install Maven
21-
run: |
22-
sudo apt-get update
23-
sudo apt-get install -y maven
2420
- name: Build with Maven
25-
run: mvn -B package --file pom.xml
21+
run: ./mvnw -B package --file pom.xml

0 commit comments

Comments
 (0)