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 8623087 commit 14768a4Copy full SHA for 14768a4
.github/workflows/build.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: make gradle wrapper executable
31
if: ${{ runner.os != 'Windows' }}
32
run: chmod +x ./gradlew
33
- - name: runDatagen
34
- run: ./gradlew runDatagen
+ #- name: runDatagen
+ # run: ./gradlew runDatagen
35
- name: build
36
#run: ./gradlew downloadTranslations build
37
run: ./gradlew build
.github/workflows/release.yml
@@ -28,8 +28,8 @@ jobs:
28
29
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and publish with Gradle
#run: ./gradlew downloadTranslations build publish
run: ./gradlew build publish
0 commit comments