Update workflow
This commit is contained in:
		| @ -21,6 +21,7 @@ jobs: | ||||
|         with: | ||||
|           distribution: 'oracle' | ||||
|           java-version: ${{ matrix.java }} | ||||
|           cache: 'gradle' | ||||
|  | ||||
|       - name: Loom Cache | ||||
|         uses: actions/cache@v4 | ||||
| @ -38,7 +39,7 @@ jobs: | ||||
|         uses: gradle/wrapper-validation-action@v2 | ||||
|  | ||||
|       - name: Build with Gradle | ||||
|         run: ./gradlew build | ||||
|         run: ./gradlew build --no-daemon | ||||
|  | ||||
|       - name: Upload Mod JAR | ||||
|         uses: actions/upload-artifact@v4 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user