We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25497d5 commit a2aa3b9Copy full SHA for a2aa3b9
1 file changed
.github/workflows/build-all.yml
@@ -95,9 +95,6 @@ jobs:
95
96
steps:
97
- uses: actions/checkout@v4
98
-
99
- - name: 'Debug: inspect whole repository'
100
- run: find . -type f
101
102
- name: Set up JDK ${{ matrix.java_version }}
103
uses: actions/setup-java@v5.1.0
@@ -138,7 +135,6 @@ jobs:
138
135
shell: bash
139
136
run: |
140
137
cd ${{ matrix.version }}
141
- ls ..
142
${{ matrix.gradle_cmd }} build --no-daemon
143
144
- name: Build 1.18.2 mod (Linux/macOS/Windows)
0 commit comments