Skip to content

Commit

Permalink
Update README with 1.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Iurii Ignatko <[email protected]>
  • Loading branch information
welandaz authored Dec 13, 2024
1 parent 7f6d490 commit b5e0212
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To enable Build Scan publishing for Gradle builds, the configuration would look

```yml
include:
- remote: 'https://raw.githubusercontent.com/gradle/develocity-gitlab-templates/1.3.2/develocity-gradle.yml'
- remote: 'https://raw.githubusercontent.com/gradle/develocity-gitlab-templates/1.3.3/develocity-gradle.yml'
inputs:
url: https://develocity.mycompany.com

Expand Down Expand Up @@ -93,7 +93,7 @@ To enable Build Scan publishing for Maven builds, the configuration would look s

```yml
include:
- remote: 'https://raw.githubusercontent.com/gradle/develocity-gitlab-templates/1.3.2/develocity-maven.yml'
- remote: 'https://raw.githubusercontent.com/gradle/develocity-gitlab-templates/1.3.3/develocity-maven.yml'
inputs:
url: https://develocity.mycompany.com
Expand All @@ -116,10 +116,10 @@ If you have both Gradle and Maven builds in a pipeline, you can simply just incl

```yml
include:
- remote: "https://raw.githubusercontent.com/gradle/develocity-gitlab-templates/1.3.2/develocity-gradle.yml"
- remote: "https://raw.githubusercontent.com/gradle/develocity-gitlab-templates/1.3.3/develocity-gradle.yml"
inputs:
url: https://develocity.mycompany.com
- remote: "https://raw.githubusercontent.com/gradle/develocity-gitlab-templates/1.3.2/develocity-maven.yml"
- remote: "https://raw.githubusercontent.com/gradle/develocity-gitlab-templates/1.3.3/develocity-maven.yml"
inputs:
url: https://develocity.mycompany.com
Expand Down

0 comments on commit b5e0212

Please sign in to comment.