File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 1.1.7] - 2024-12-31
2+ ### Features
3+ - Gradle Release Plugin has been updated to a new version: '1.1.7-SNAPSHOT'.
4+
5+ ### Fixes
6+ - Updated build.gradle by commenting out the version and adding dependencies necessary for post-release tasks.
7+
8+ ### Breaking Changes
9+ - PublishReposilite dependency in task "afterReleaseBuild" has been commented out, which may disrupt build processes depending on it.
10+
111## [ 1.1.6-SNAPSHOT] - 2024-12-31
212Based on the commit messages, here is the changelog:
313
Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ tasks.register("publishReposilite") {
155155
156156tasks. register(" publishMavenCentral" ) {
157157 dependsOn(" publishAndReleaseToMavenCentral" )
158- doFirst {
159- project. gradle. startParameter. configurationCache = false
160- }
158+ // doFirst {
159+ // project.gradle.startParameter.configurationCache = false
160+ // }
161161}
162162
163163tasks. register(" publishLocal" ) {
You can’t perform that action at this time.
0 commit comments