File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
java-app-groovy-dsl/gradle Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ rootProject.name = "oci-demo"
3232``` kotlin
3333plugins {
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
3838group = " org.example"
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ gradleOci-junitJupiter = { module = "io.github.sgtsilvio:gradle-oci-junit-jupite
77testcontainers = { 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" }
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ gradleOci-junitJupiter = { module = "io.github.sgtsilvio:gradle-oci-junit-jupite
77testcontainers = { 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" }
Original file line number Diff line number Diff line change 1- version =0.24 .0
1+ version =0.25 .0
22kotlin.code.style =official
33org.gradle.caching =true
44org.gradle.configuration-cache.parallel =true
You can’t perform that action at this time.
0 commit comments