Skip to content

Commit

Permalink
fix: java mvn version (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
surjits254 authored Oct 24, 2024
1 parent dd639ff commit 5ed3d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ steps:
- name: 'docker.io/library/maven:3.8.6-openjdk-11'
args:
- package
- '-Dmaven.test.skip=true'
- '-DskipTests'
dir: '${_REPO}/java'
id: build-java-jar
entrypoint: mvn
- name: gcr.io/cloud-builders/gsutil
entrypoint: 'bash'
args:
Expand Down

0 comments on commit 5ed3d3d

Please sign in to comment.