This repository was archived by the owner on Jun 17, 2026. It is now read-only.
Releases: augi/gradle-docker-java
Releases · augi/gradle-docker-java
3.1.8
What's Changed
- chore(deps): update actions/setup-java action to v5 by @renovate[bot] in #114
- chore(deps): update plugin org.jreleaser to v1.20.0 by @renovate[bot] in #115
- chore(deps): update plugin org.jreleaser to v1.21.0 by @renovate[bot] in #117
- chore(deps): update actions/checkout digest to 93cb6ef by @renovate[bot] in #118
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #119
- chore(deps): update actions/checkout digest to 8e8c483 by @renovate[bot] in #120
- chore(deps): update plugin org.jreleaser to v1.22.0 by @renovate[bot] in #121
- chore(deps): update gradle to v8.14.4 by @renovate[bot] in #122
- chore(deps): update actions/checkout digest to de0fac2 by @renovate[bot] in #123
- chore(deps): update gradle to v8.14.5 by @renovate[bot] in #125
- chore(deps): update actions/checkout digest to df4cb1c by @renovate[bot] in #126
Full Changelog: 3.1.7...3.1.8
3.1.7
3.1.6
What's Changed
- chore(deps): update dependency gradle to v8.14.1 by @renovate[bot] in #102
- chore(deps): update dependency gradle to v8.14.2 by @renovate[bot] in #103
- chore(deps): update plugin org.jreleaser to v1.19.0 by @renovate[bot] in #105
- chore(deps): update dependency gradle to v8.14.3 by @renovate[bot] in #106
- fix: deprecated archivePath replaced by @augi in #109
Full Changelog: 3.1.5...3.1.6
3.1.5
New publishing.
Full Changelog: 3.1.4...3.1.5
3.1.4
3.1.3
3.1.2
What's Changed
- chore(deps): update plugin com.gradle.plugin-publish to v1.2.2 by @renovate in #90
- chore(deps): update dependency gradle to v8.10.1 by @renovate in #91
- chore(deps): update plugin com.gradle.plugin-publish to v1.3.0 by @renovate in #92
- chore(deps): update dependency gradle to v8.10.2 by @renovate in #93
- chore(deps): update dependency gradle to v8.11 by @renovate in #96
- chore(deps): update actions/checkout digest to 11bd719 - autoclosed by @renovate in #95
- chore(deps): update dependency ubuntu to v24 by @renovate in #94
- chore(deps): update dependency gradle to v8.11.1 by @renovate in #97
- chore(deps): update dependency gradle to v8.12.1 by @renovate in #98
- chore(deps): update plugin com.gradle.plugin-publish to v1.3.1 by @renovate in #99
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- chore(deps): update dependency gradle to v7.4 by @renovate in #52
- chore(deps): update dependency org.spockframework:spock-core to v2.1-groovy-3.0 by @renovate in #53
- chore(deps): update actions/checkout action to v3 by @renovate in #54
- chore(deps): update actions/setup-java action to v3 by @renovate in #55
- chore(deps): update dependency gradle to v7.4.1 by @renovate in #56
- chore(deps): update plugin com.gradle.plugin-publish to v0.21.0 by @renovate in #57
- chore(deps): update dependency gradle to v7.4.2 by @renovate in #58
- chore(deps): update dependency gradle to v7.5.1 by @renovate in #59
- chore(deps): update plugin com.gradle.plugin-publish to v1 by @renovate in #61
- chore(deps): update plugin com.gradle.plugin-publish to v1.1.0 by @renovate in #62
- chore(deps): update dependency gradle to v7.6 by @renovate in #63
- chore(deps): update dependency gradle to v7.6.1 by @renovate in #64
- chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v1.3.0 by @renovate in #65
- chore(deps): update dependency gradle to v8 by @renovate in #67
- chore(deps): update plugin com.gradle.plugin-publish to v1.2.0 by @renovate in #68
- chore(deps): update dependency gradle to v8.1 by @renovate in #69
- chore(deps): update dependency gradle to v8.1.1 by @renovate in #70
- chore(deps): update dependency gradle to v8.2 by @renovate in #71
- chore(deps): update dependency gradle to v8.2.1 by @renovate in #72
- chore(deps): update dependency ubuntu to v22 by @renovate in #73
- chore(deps): update dependency gradle to v8.3 by @renovate in #74
- chore(deps): update plugin com.gradle.plugin-publish to v1.2.1 by @renovate in #75
- chore(deps): update actions/checkout action to v4 by @renovate in #76
- chore(deps): update dependency gradle to v8.4 by @renovate in #78
- chore(deps): update actions/checkout digest to b4ffde6 by @renovate in #77
- chore(deps): update dependency gradle to v8.5 by @renovate in #79
- chore(deps): update actions/setup-java action to v4 by @renovate in #80
- chore(deps): update dependency gradle to v8.6 by @renovate in #81
- chore(deps): update dependency gradle to v8.7 by @renovate in #83
- chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 by @renovate in #84
- chore(deps): update dependency gradle to v8.8 by @renovate in #86
- chore(deps): update dependency gradle to v8.9 by @renovate in #87
- chore(deps): update dependency gradle to v8.10 by @renovate in #88
- chore(deps): update actions/checkout digest to 692973e by @renovate in #85
- fix(deps): update dependency org.spockframework:spock-core to v2.3-groovy-4.0 - autoclosed by @renovate in #66
Full Changelog: 3.1.0...3.1.1
baseImage is optional again
The baseImage doesn't have to be set if customDockerfile is speficied.
Automatic base image selection removed
The automatic base image selection feature has been removed. This means the following changes in the API:
baseImageis requiredjavaVersionremovedwindowsBaseImageSpecifierremoved
The reason for this change is that choosing the appropriate base image is important and hard, it depends on context, security concerns, etc. Because of this, the base image should be chosen explicitly.