diff --git a/.github/workflows/caffeine-use-snapshot.gradle.kts b/.github/workflows/caffeine-use-snapshot.gradle.kts index bb98802caa..0ef5d34e74 100644 --- a/.github/workflows/caffeine-use-snapshot.gradle.kts +++ b/.github/workflows/caffeine-use-snapshot.gradle.kts @@ -1,3 +1,4 @@ +// An init script to override Caffeine's build configuration to use a snapshot version of NullAway allprojects { repositories { mavenCentral() @@ -19,4 +20,4 @@ gradle.projectsLoaded { } } } -} \ No newline at end of file +} diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2a50c46737..f0d6658111 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -97,8 +97,7 @@ jobs: - name: Create a temporary directory for Caffeine run: mkdir -p /tmp/caffeine - name: Clone Caffeine repository - run: | - git clone --depth 1 https://github.com/ben-manes/caffeine.git /tmp/caffeine + run: git clone --depth 1 https://github.com/ben-manes/caffeine.git /tmp/caffeine - name: Run caffeine build run: | cp .github/workflows/caffeine-use-snapshot.gradle.kts /tmp/caffeine