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 eeb4360 commit 6074ed6Copy full SHA for 6074ed6
.github/workflows/release.yml
@@ -19,10 +19,10 @@ jobs:
19
submodules: 'recursive'
20
- run: git config --global --add safe.directory /__w/MMDBot/MMDBot
21
- name: Set up JDK 17
22
- uses: actions/setup-java@v3
23
- with:
24
- java-version: 17
25
- distribution: 'zulu'
+ uses: actions/setup-java@v3
+ with:
+ java-version: 17
+ distribution: 'zulu'
26
- name: Grant execute permission for gradlew
27
run: chmod +x gradlew
28
- name: Build Jar with Gradle
0 commit comments