diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2e0534c8..8eb2a6a4 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -36,7 +36,7 @@ jobs: run: chmod +x gradlew - name: Build run: | - ./gradlew cleanBuild remapSpigotJar idea --no-daemon -i --stacktrace + ./gradlew cleanBuild remapSpigotJar idea --no-daemon -i --stacktrace --refresh-dependencies ./gradlew build collect --no-daemon -i --stacktrace - name: Upload Artifact uses: actions/upload-artifact@v2 diff --git a/appveyor-16.yml b/appveyor-16.yml index cb27f694..d84c328d 100644 --- a/appveyor-16.yml +++ b/appveyor-16.yml @@ -9,7 +9,7 @@ cache: - ./.gradle build_script: - cmd: | - gradlew cleanBuild idea remapSpigotJar --no-daemon -i --stacktrace + gradlew cleanBuild idea remapSpigotJar --no-daemon -i --stacktrace --refresh-dependencies gradlew build --no-daemon -i --stacktrace rem Due to a MixinGradle bug, we need to build it twice gradlew build collect --no-daemon -i --stacktrace