Commit 79c0b32e authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent d1f115da
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.3.0](https://gitlab.com/to-be-continuous/gradle/compare/2.2.2...2.3.0) (2023-05-11)


### Features

* add SonarQube job ([d2c9df5](https://gitlab.com/to-be-continuous/gradle/commit/d2c9df5ec0904648ef637f7558bdb5bc3899a4cd))

## [2.2.2](https://gitlab.com/to-be-continuous/gradle/compare/2.2.1...2.2.2) (2023-03-28)


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

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