File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ## Builder
2
2
FROM ghcr.io/graalvm/native-image:ol9-java17-22.3.3 AS build
3
3
4
- # Receiving app version
4
+ # App version
5
5
ARG APP_VERSION=0.0.1
6
6
7
7
# Copy
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >3.4.3</version >
10
- <relativePath />
9
+ <version >3.4.3</version >
10
+ <relativePath />
11
11
</parent >
12
12
13
13
<groupId >ca.bc.gov</groupId >
414
414
<plugin >
415
415
<groupId >org.apache.maven.plugins</groupId >
416
416
<artifactId >maven-checkstyle-plugin</artifactId >
417
- <version >3.6.0</version >
417
+ <version >3.6.0</version >
418
418
<configuration >
419
419
<skip >${checkstyle.skip} </skip >
420
420
<configLocation >google_checks.xml</configLocation >
436
436
<plugin >
437
437
<groupId >org.cyclonedx</groupId >
438
438
<artifactId >cyclonedx-maven-plugin</artifactId >
439
- <version >2.9.1</version >
439
+ <version >2.9.1</version >
440
440
<executions >
441
441
<execution >
442
442
<phase >validate</phase >
509
509
</profile >
510
510
</profiles >
511
511
512
- </project >
512
+ </project >
You can’t perform that action at this time.
0 commit comments