Commit 2e5a9079 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 762ee5a7
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.4.0](https://gitlab.com/to-be-continuous/gradle/compare/1.3.1...1.4.0) (2022-05-01)


### Features

* configurable tracking image ([a9131b4](https://gitlab.com/to-be-continuous/gradle/commit/a9131b454cc2fab2344d9719e52193fe1d2cd574))

## [1.3.1](https://gitlab.com/to-be-continuous/gradle/compare/1.3.0...1.3.1) (2022-02-25)


+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: '1.3.1'
    ref: '1.4.0'
    file: '/templates/gitlab-ci-gradle.yml'
```

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