Skip to content

Commit 4070626

Browse files
committed
the repo is configured in the branch now
1 parent e24e7a8 commit 4070626

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/rewrite.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,6 @@ jobs:
2222
distribution: 'temurin'
2323
server-id: central
2424
cache: maven
25-
- name: maven-settings-xml-action
26-
uses: whelk-io/maven-settings-xml-action@v22
27-
with:
28-
repositories: >
29-
[
30-
{
31-
"id": "snapshot-repository",
32-
"url": "https://oss.sonatype.org/content/repositories/snapshots/",
33-
"releases": {
34-
"enabled": "true",
35-
"updatePolicy": "always",
36-
"checksumPolicy": "fail"
37-
},
38-
"snapshots": {
39-
"enabled": "tre",
40-
"updatePolicy": "always",
41-
"checksumPolicy": "fail"
42-
}
43-
}
44-
]
45-
output_file: .mvn/settings.xml
46-
- name: Show config
47-
run: cat .mvn/settings.xml
4825
- name: Initial Build
4926
run: ./mvnw install -DskipTests
5027
# - name: Hide core's main

0 commit comments

Comments
 (0)