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 9c61bc2 commit 05a4b3cCopy full SHA for 05a4b3c
.github/workflows/build.yml
@@ -85,10 +85,6 @@ jobs:
85
with:
86
java-version: 17
87
distribution: 'temurin'
88
- - name: Enable 127.0.0.x addresses
89
- run: |
90
- chmod +x ./config/enable-macos-loopback.sh
91
- ./config/enable-macos-loopback.sh
92
- name: Build with Maven
93
timeout-minutes: ${{ fromJSON(env.time) }}
94
run: mvn --batch-mode --update-snapshots install
0 commit comments