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 b787a27 commit 31762c5Copy full SHA for 31762c5
.github/workflows/build.yml
@@ -27,10 +27,6 @@ jobs:
27
~/.gradle/caches/neoformruntime/assets
28
key: mc-assets-does-not-exist
29
restore-keys: mc-assets-
30
- - name: Test adding a fake asset
31
- run: |
32
- mkdir -p ~/.gradle/caches/neoformruntime/assets/modern_industrialization
33
- echo "This is a test asset" > ~/.gradle/caches/neoformruntime/assets/modern_industrialization/test.txt
34
- name: Build with Gradle
35
run: ./gradlew build
36
env:
0 commit comments