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

chore(release): 1.3.1 [skip ci]

parent b491bec4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.3.1](https://gitlab.com/to-be-continuous/gradle/compare/1.3.0...1.3.1) (2022-02-25)


### Bug Fixes

* keep build artifacts regardless of build job status ([fe12c8c](https://gitlab.com/to-be-continuous/gradle/commit/fe12c8cf0881b5b6c130666c9f50ff934c6e7c7d))

# [1.3.0](https://gitlab.com/to-be-continuous/gradle/compare/1.2.1...1.3.0) (2021-12-10)


+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.0'
    ref: '1.3.1'
    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.3.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gradle "1.3.1"; fi
  unscope_variables

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