Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Dec 23, 2024
1 parent 176ca83 commit b786307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/caffeine-use-snapshot.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// An init script to override Caffeine's build configuration to use a snapshot version of NullAway
allprojects {
repositories {
mavenCentral()
Expand All @@ -19,4 +20,4 @@ gradle.projectsLoaded {
}
}
}
}
}
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b786307

Please sign in to comment.