Skip to content

Commit

Permalink
🔖 tag new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Sep 16, 2024
1 parent 0bc7a19 commit c1b8dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jlink java binary rather than the java binary discovered relative on the host.
```kotlin
plugins {
application
id("com.ryandens.jlink-application") version "0.4.0"
id("com.ryandens.jlink-application") version "0.4.1"
}

java {
Expand Down Expand Up @@ -61,7 +61,7 @@ with the latest released image sha.
plugins {
application
id("com.google.cloud.tools.jib") version "3.3.1"
id("com.ryandens.jlink-jib") version "0.4.0"
id("com.ryandens.jlink-jib") version "0.4.1"
}

java {
Expand Down Expand Up @@ -97,8 +97,8 @@ output as the source of the JRE that will be inserted into the container image.
```kotlin
plugins {
application
id("com.ryandens.jlink-jib") version "0.4.0"
id("com.ryandens.temurin-binaries-repository") version "0.4.0"
id("com.ryandens.jlink-jib") version "0.4.1"
id("com.ryandens.temurin-binaries-repository") version "0.4.1"
}

val jdk by configurations.creating {
Expand Down Expand Up @@ -155,7 +155,7 @@ build directory of the project.
```kotlin
plugins {
java
id("com.ryandens.jlink-jre") version "0.4.0"
id("com.ryandens.jlink-jre") version "0.4.1"
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gradlePlugin {
}

group = "com.ryandens"
version = "0.4.0"
version = "0.4.1"

spotless {
kotlin {
Expand Down

0 comments on commit c1b8dcc

Please sign in to comment.