Skip to content

Commit 9f4eba6

Browse files
committed
Update version to 0.25.0
1 parent 4e17149 commit 9f4eba6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.24.0"
35+
id("io.github.sgtsilvio.gradle.oci") version "0.25.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.24.0" }
10+
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.25.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.24.0" }
10+
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.25.0" }

gradle.properties

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

0 commit comments

Comments
 (0)