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

chore(release): 1.3.0 [skip ci]

parent 2703620b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.3.0](https://gitlab.com/to-be-continuous/gradle/compare/1.2.1...1.3.0) (2021-12-10)


### Features

* add project root directory variable ([fa0c30a](https://gitlab.com/to-be-continuous/gradle/commit/fa0c30af30a67ad64e28c8b9bb24a2f967d5f20b))

## [1.2.1](https://gitlab.com/to-be-continuous/gradle/compare/1.2.0...1.2.1) (2021-09-03)

### Bug Fixes
+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.2.1'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-gradle.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gradle "1.2.1"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gradle "1.3.0"; fi
  unscope_variables

  # ENDSCRIPT
@@ -299,7 +299,7 @@ stages:
      - .gradle
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "gradle", "1.2.1" ]
      command: ["--service", "gradle", "1.3.0" ]
  before_script:
    - *gradle-scripts
    - handle_daemon