diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fd98fc..6a8f543 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,4 +17,4 @@ jobs: uses: gradle/gradle-build-action@v2 - name: Execute Gradle build - run: ./gradlew setupDecompWorkspace clean build \ No newline at end of file + run: ./gradlew setupDecompWorkspace clean build --refresh-dependencies \ No newline at end of file