Skip to content

Commit

Permalink
./mvnw -v and java 21 at circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Feb 5, 2024
1 parent e7c9ec3 commit 666a37a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- sdkman/setup-sdkman
- sdkman/sdkman-install:
candidate: java
version: 22.3.r17-grl
version: 23.1.2.r21-nik
- run:
name: "mvnw -Pnative spring-boot:build-image"
command: "./mvnw -Pnative spring-boot:build-image"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: true
#Build Image
- name: Build Image
run: ./mvnw -Pnative spring-boot:build-image
run: ./mvnw -v -Pnative spring-boot:build-image
#Deploy the image to the Docker registry
- name: Push Images to Docker Registry
run: docker push -a $IMAGE_NAME
Expand Down

0 comments on commit 666a37a

Please sign in to comment.