Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
timosalm committed Nov 7, 2024
1 parent 565e646 commit a86a2a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Special thanks to [Sébastien Deleuze](https://github.com/sdeleuze/), who is not

## Container image building

*Hint: If you want to skip the container image building, you can use my images by running `export REGISTRY_HOST=harbor.main.emea.end2end.link/going-serverless`, and jump tp the "[Running the application on Knative](#running-the-application-on-knative)" section.*
*Hint: If you want to skip the container image building, you can use my images by running `export REGISTRY_HOST=harbor.main.emea.end2end.link/going-serverless`, and jump to the "[Running the application on Knative](#running-the-application-on-knative)" section.*
```
export REGISTRY_HOST=<your-registry-hostname>(/<project>)
```
Expand Down
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
plugins {
id 'java'

id 'org.springframework.boot' version '3.3.1' // SB 3.3 Adds support to unpack uber JARs to a CDS friendly layout
id 'io.spring.dependency-management' version '1.1.5'
id 'org.graalvm.buildtools.native' version '0.10.2' apply false
id 'org.springframework.boot' version '3.3.5' // SB 3.3 Adds support to unpack uber JARs to a CDS friendly layout
id 'io.spring.dependency-management' version '1.1.6'
id 'org.graalvm.buildtools.native' version '0.10.3' apply false
}

group = 'com.example'
Expand Down

0 comments on commit a86a2a1

Please sign in to comment.