Skip to content

Commit

Permalink
Merge pull request #68 from DeepBlueRobotics/cache-builds
Browse files Browse the repository at this point in the history
Cache Builds as Part of CI
  • Loading branch information
CoolSpy3 authored May 29, 2024
2 parents ae761b0 + 0af2dc8 commit 17123a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
distribution: 'temurin'
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Setup Webots
id: setupWebots
uses: DeepBlueRobotics/setup-webots@v2
Expand Down
2 changes: 1 addition & 1 deletion WPIWebSockets
Submodule WPIWebSockets updated 1 files
+28 −13 build.gradle
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@

org.gradle.caching=true

0 comments on commit 17123a6

Please sign in to comment.