We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f12eb4 commit e3febb8Copy full SHA for e3febb8
.github/workflows/build.yml
@@ -11,9 +11,6 @@ jobs:
11
- uses: actions/checkout@v4
12
with:
13
fetch-depth: 0
14
- - name: Copy maven settings
15
- run: |
16
- wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
17
- uses: actions/setup-java@v4
18
19
java-version: 17.0.13
@@ -29,4 +26,4 @@ jobs:
29
26
${{ runner.os }}-
30
27
- name: Run maven build
31
28
run: mvn verify -s .github/workflows/settings.xml
32
-
+
0 commit comments