File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/setup-java@v4
1818 with :
1919 distribution : ' corretto' # See 'Supported distributions' for available options
20- java-version : ' 17 '
20+ java-version : ' 21 '
2121 - uses : docker/setup-buildx-action@v3
2222 - name : Login to Docker
2323 run : echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
Original file line number Diff line number Diff line change 1- FROM amazoncorretto:17 -alpine
1+ FROM amazoncorretto:21 -alpine
22MAINTAINER bradfordbarnhill@gmail.com
33
44ADD build/libs/barcode-api.jar /
Original file line number Diff line number Diff line change 11buildscript {
2- extra[" gradleVersion" ] = " 8.5 "
2+ extra[" gradleVersion" ] = " 8.6 "
33}
44
55val gradleVersion: String by extra
@@ -39,8 +39,8 @@ tasks {
3939 }
4040
4141 java {
42- sourceCompatibility = JavaVersion .VERSION_17
43- targetCompatibility = JavaVersion .VERSION_17
42+ sourceCompatibility = JavaVersion .VERSION_21
43+ targetCompatibility = JavaVersion .VERSION_21
4444 }
4545
4646 bootJar {
Original file line number Diff line number Diff line change 1- ./gradlew clean bootJar
1+ ./gradlew clean bootJar bootWar
22
33docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag bradbarnhill/barcode-api:latest .
Original file line number Diff line number Diff line change 11[versions ]
22# libs
3- barcode = " 2.5 "
3+ barcode = " 2.6.1 "
44openapi-ui = " 2.3.0"
55
66# plugins
7- kotlin = " 1.9.21 "
8- springBootVersion =" 3.2.0 "
7+ kotlin = " 1.9.22 "
8+ springBootVersion =" 3.2.2 "
99springDepManagementVersion = " 1.1.4"
1010
1111[libraries ]
You can’t perform that action at this time.
0 commit comments