Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/deltacv/EOCV-Sim into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Aug 19, 2023
2 parents 2a8e1d8 + 4cb1e70 commit 8661940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '10'
java-version: '13'

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ jdk:
before_install:
- chmod +x gradlew
install:
- ./gradlew :EOCV-Sim:clean :EOCV-Sim:build :EOCV-Sim:publishToMavenLocal :Common:publishToMavenLocal -x :EOCV-Sim:test
- ./gradlew :EOCV-Sim:clean :EOCV-Sim:build :EOCV-Sim:publishToMavenLocal :Common:publishToMavenLocal :Vision:publishToMavenLocal -x :EOCV-Sim:test

0 comments on commit 8661940

Please sign in to comment.