From c1b8dcc0cabc81c67ec4efff8479a9fbf73e5fb8 Mon Sep 17 00:00:00 2001 From: Ryan Dens Date: Sun, 15 Sep 2024 22:12:33 -0700 Subject: [PATCH] :bookmark: tag new release --- README.md | 10 +++++----- .../com.ryandens.jlink.plugin-conventions.gradle.kts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f71712c..eefb68f 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -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 { @@ -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 { @@ -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 { diff --git a/build-logic/src/main/kotlin/com.ryandens.jlink.plugin-conventions.gradle.kts b/build-logic/src/main/kotlin/com.ryandens.jlink.plugin-conventions.gradle.kts index 9bfa6e6..4ffa678 100644 --- a/build-logic/src/main/kotlin/com.ryandens.jlink.plugin-conventions.gradle.kts +++ b/build-logic/src/main/kotlin/com.ryandens.jlink.plugin-conventions.gradle.kts @@ -39,7 +39,7 @@ gradlePlugin { } group = "com.ryandens" -version = "0.4.0" +version = "0.4.1" spotless { kotlin {