Skip to content

Commit

Permalink
Isolate dependencies downloading from built
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
  • Loading branch information
velo committed Dec 5, 2024
1 parent d4bf74f commit b168877
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Download dependencies
run: mvn -B dependency:go-offline de.qaware.maven:go-offline-maven-plugin:1.2.8:resolve-dependencies
- name: Build SQRL
env:
DATASQRL_TOKEN: ${{ secrets.DATASQRL_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Download dependencies
run: mvn -B dependency:go-offline de.qaware.maven:go-offline-maven-plugin:1.2.8:resolve-dependencies
- name: Build SQRL
env:
DATASQRL_TOKEN: ${{ secrets.DATASQRL_TOKEN }}
Expand Down

0 comments on commit b168877

Please sign in to comment.