Commit e07f9d4b authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.5.0 [skip ci]

parent f0f90818
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.5.0](https://gitlab.com/to-be-continuous/gradle/compare/2.4.2...2.5.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([c9a0c02](https://gitlab.com/to-be-continuous/gradle/commit/c9a0c0244e4b70e93e2982d0df648f57f1ed5223))

## [2.4.2](https://gitlab.com/to-be-continuous/gradle/compare/2.4.1...2.4.2) (2023-10-18)


+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.2'
    ref: '2.5.0'
    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.2" ]
      command: ["--service", "gradle", "2.5.0" ]
  before_script:
    - !reference [.gradle-scripts]
    - handle_daemon