We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24e7a8 commit 4070626Copy full SHA for 4070626
.github/workflows/rewrite.yml
@@ -22,29 +22,6 @@ jobs:
22
distribution: 'temurin'
23
server-id: central
24
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
41
42
- }
43
44
- ]
45
- output_file: .mvn/settings.xml
46
- - name: Show config
47
- run: cat .mvn/settings.xml
48
- name: Initial Build
49
run: ./mvnw install -DskipTests
50
# - name: Hide core's main
0 commit comments