Commit 9eb62569 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 7289f7c8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.4.1](https://gitlab.com/to-be-continuous/gradle/compare/2.4.0...2.4.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([7289f7c](https://gitlab.com/to-be-continuous/gradle/commit/7289f7c8466fea771ef9728374ef6997bc99655d))

# [2.4.0](https://gitlab.com/to-be-continuous/gradle/compare/2.3.0...2.4.0) (2023-05-27)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/gradle'
    ref: '2.4.0'
    ref: '2.4.1'
    file: '/templates/gitlab-ci-gradle.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ stages:
      - .gradle
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gradle", "2.4.0" ]
      command: ["--service", "gradle", "2.4.1" ]
  before_script:
    - *gradle-scripts
    - handle_daemon