Skip to content

Releases: ryandens/jlink-gradle-plugin

0.4.1 Release

16 Sep 05:14
Compare
Choose a tag to compare

What's Changed

  • Update gradle/gradle-build-action action to v2.11.1 by @renovate in #26
  • 🔧 provision java 21 toolchain in CI for releasing so we don't have to download it every time by @ryandens in #28
  • Update spotless to v6.24.0 by @renovate in #29
  • 📝 update readme to reflect new version of plugin by @ryandens in #30
  • Update spotless to v6.25.0 by @renovate in #31
  • Update gradle/gradle-build-action action to v2.12.0 by @renovate in #32
  • Update gradle/wrapper-validation-action action to v2 by @renovate in #35
  • Update plugin com.gradle.enterprise to v3.16.2 by @renovate in #33
  • Update gradle/gradle-build-action action to v3 by @renovate in #34
  • Update dependency gradle to v8.6 by @renovate in #36
  • Update gradle/actions action to v3.1.0 by @renovate in #37
  • ⬆️ Upgrade to Gradle 8.6 by @ryandens in #27
  • Update dependency org.apache.commons:commons-compress to v1.26.0 by @renovate in #38
  • Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.12.2 by @renovate in #39
  • Update dependency org.apache.commons:commons-compress to v1.26.1 by @renovate in #44
  • Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.13 by @renovate in #42
  • Update actions/setup-java action to v4.2.0 by @renovate in #41
  • Update dependency org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin to v1.9.23 by @renovate in #43
  • Update actions/setup-java action to v4.2.1 by @renovate in #45
  • Update dependency com.google.cloud.tools.jib:com.google.cloud.tools.jib.gradle.plugin to v3.4.1 by @renovate in #40
  • Update dependency gradle to v8.7 by @renovate in #46
  • Update dependency com.google.cloud.tools.jib:com.google.cloud.tools.jib.gradle.plugin to v3.4.2 by @renovate in #47
  • Update plugin com.gradle.enterprise to v3.17 by @renovate in #48
  • Update gradle/actions action to v3.2.1 by @renovate in #49
  • Update plugin com.gradle.common-custom-user-data-gradle-plugin to v2 by @renovate in #50
  • Update gradle/wrapper-validation-action action to v3 by @renovate in #53
  • Update gradle/actions action to v3.3.0 by @renovate in #52
  • Update plugin com.gradle.enterprise to v3.17.1 - autoclosed by @renovate in #51
  • Update plugin com.gradle.common-custom-user-data-gradle-plugin to v2.0.1 by @renovate in #55
  • Update plugin com.gradle.enterprise to v3.17.2 by @renovate in #54
  • Update gradle/actions action to v3.3.1 by @renovate in #56
  • Update gradle/actions action to v3.3.2 by @renovate in #58
  • Update actions/checkout action to v4.1.4 by @renovate in #57
  • Update plugin com.gradle.enterprise to v3.17.4 by @renovate in #61
  • Update actions/checkout action to v4.1.6 by @renovate in #60
  • Update dependency org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin to v1.9.24 by @renovate in #59
  • Update plugin com.gradle.common-custom-user-data-gradle-plugin to v2.0.2 by @renovate in #69
  • Update dependency org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin to v1.9.25 by @renovate in #70
  • Update plugin com.gradle.enterprise to v3.17.6 by @renovate in #66
  • Update actions/checkout action to v4.1.7 by @renovate in #67
  • Update dependency com.google.cloud.tools.jib:com.google.cloud.tools.jib.gradle.plugin to v3.4.3 by @renovate in #64
  • Update dependency gradle to v8.9 by @renovate in #65
  • Update gradle/actions action to v3.5.0 by @renovate in #68
  • Update dependency org.apache.commons:commons-compress to v1.26.2 by @renovate in #63
  • Update actions/setup-java action to v4.2.2 by @renovate in #71
  • Update plugin com.gradle.enterprise to v3.18 by @renovate in #75
  • Update gradle/actions action to v4 by @renovate in #72
  • Update dependency gradle to v8.10 by @renovate in #74
  • Update dependency org.apache.commons:commons-compress to v1.27.1 by @renovate in #73
  • Update dependency gradle to v8.10.1 by @renovate in #78
  • Update dependency com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin to v1.2.2 - autoclosed by @renovate in #77
  • Update actions/setup-java action to v4.3.0 by @renovate in #79
  • Update gradle/actions action to v4.0.1 by @renovate in #76
  • Update plugin com.gradle.enterprise to v3.18.1 by @renovate in #80
  • Update dependency com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin to v1.3.0 by @renovate in #81
  • Update gradle/actions action to v4.1.0 by @renovate in #82
  • 🔖 tag new release by @ryandens in #83

Full Changelog: 0.4.0...0.4.1

0.4.0 Release

29 Dec 19:24
Compare
Choose a tag to compare
  • ✨ Make it possible to apply the Temurin Repository via settings.gradle #7 Thanks @MariusVolkhart
  • 🐛 Fix temurin repo regex to accommodate JDK 20 #10
  • ✨ Add Windows startup script that points to the jlink generated JRE #12 Thanks @SimonScholz
  • ✅ Add tests for windows #23
  • 💸 Creating FUNDING.yml
  • ⬆️ Upgrade Gradle to 8.6 and use JDK 21 to build this project #11 and #14
  • ⬆️ Dependency Updates #16 #17 #18 #19 #20 #21 #22

0.3.0 Release

21 Feb 05:45
Compare
Choose a tag to compare
  • Enable targeting of jlink runtimes for different architectures #5
  • temurin-binaries-repository plugin for resolving JDKs via Gradle APIs #5
  • Enable configuration of jlink #6
  • Removal of javaBaseSha and instead encourage users to configure their own base image. #5

0.2.0 Release

02 Dec 05:13
44af8f5
Compare
Choose a tag to compare
  • Updates gradle to 7.6
  • Add verification for configuration cache
  • Target JDK 11 bytecode to enable more builds to use this

0.1.0 Release

26 Sep 00:22
a167476
Compare
Choose a tag to compare
  • 🎉 initial release