Skip to content

Commit

Permalink
bump spring boot and set createdDate
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskirchenj committed Jul 29, 2023
1 parent d4e5b99 commit a498a0d
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .idea/kubernetes-settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage

plugins {
java
id("org.springframework.boot") version "3.1.1"
id("io.spring.dependency-management") version "1.1.1"
id("org.springframework.boot") version "3.1.2"
id("io.spring.dependency-management") version "1.1.2"
id("org.graalvm.buildtools.native") version "0.9.23"
}

Expand Down Expand Up @@ -46,5 +46,6 @@ tasks.withType<Test> {
tasks.named<BootBuildImage>("bootBuildImage") {
builder.set("dashaun/builder:tiny")
imageName.set(dockerHubRepo + rootProject.name + ":" + version)
createdDate.set("now")
environment.put("BP_NATIVE_IMAGE", "true")
}

0 comments on commit a498a0d

Please sign in to comment.