Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcimcioch committed Nov 16, 2022
1 parent fcfdc91 commit 51014e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ Library is available in Central Maven Repository
<dependency>
<groupId>com.github.pcimcioch</groupId>
<artifactId>gitlab-ci-kotlin-dsl</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```

```
implementation("com.github.pcimcioch:gitlab-ci-kotlin-dsl:1.3.1")
implementation("com.github.pcimcioch:gitlab-ci-kotlin-dsl:1.3.2")
```

# Documentation
Expand Down
2 changes: 1 addition & 1 deletion examples/child-pipeline/gitlab-ci.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath("com.github.pcimcioch:gitlab-ci-kotlin-dsl:1.3.1")
classpath("com.github.pcimcioch:gitlab-ci-kotlin-dsl:1.3.2")
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/gradle-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
dependencies {
implementation(kotlin("stdlib-jdk8"))

implementation("com.github.pcimcioch:gitlab-ci-kotlin-dsl:1.3.1")
implementation("com.github.pcimcioch:gitlab-ci-kotlin-dsl:1.3.2")
}

application {
Expand Down
2 changes: 1 addition & 1 deletion examples/pure-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath("com.github.pcimcioch:gitlab-ci-kotlin-dsl:1.3.1")
classpath("com.github.pcimcioch:gitlab-ci-kotlin-dsl:1.3.2")
}
}

Expand Down

0 comments on commit 51014e9

Please sign in to comment.