Skip to content

Commit b851425

Browse files
committed
Update version to 0.27.0
1 parent ed93c22 commit b851425

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rootProject.name = "oci-demo"
3232
```kotlin
3333
plugins {
3434
java
35-
id("io.github.sgtsilvio.gradle.oci") version "0.26.0"
35+
id("io.github.sgtsilvio.gradle.oci") version "0.27.0"
3636
}
3737

3838
group = "org.example"

examples/java-app-groovy-dsl/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gradleOci-junitJupiter = { module = "io.github.sgtsilvio:gradle-oci-junit-jupite
77
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
88

99
[plugins]
10-
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.26.0" }
10+
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.27.0" }

examples/java-app/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gradleOci-junitJupiter = { module = "io.github.sgtsilvio:gradle-oci-junit-jupite
77
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
88

99
[plugins]
10-
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.26.0" }
10+
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.27.0" }

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.26.0
1+
version=0.27.0
22
kotlin.code.style=official
33
org.gradle.caching=true
44
org.gradle.configuration-cache.parallel=true

0 commit comments

Comments
 (0)