We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d8906 commit 195c369Copy full SHA for 195c369
.github/workflows/build.yml
@@ -14,8 +14,6 @@ jobs:
14
with:
15
java-version: '21'
16
distribution: 'corretto'
17
- - name: Move `private` folder
18
- run: mv private.sample private
19
- name: Build with Gradle
20
run: |
21
./gradlew build --info --stacktrace
0 commit comments