diff --git a/README.md b/README.md index 51ed6273..a84449af 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ rootProject.name = "oci-demo" ```kotlin plugins { java - id("io.github.sgtsilvio.gradle.oci") version "0.2.0" + id("io.github.sgtsilvio.gradle.oci") version "0.3.0" } group = "org.example" @@ -71,7 +71,7 @@ oci { } } imageDependencies.forTest(tasks.test) { - default(project) + add(project) } } ``` diff --git a/gradle.properties b/gradle.properties index 4eee3811..9f656da6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.2.0 +version=0.3.0 kotlin.code.style=official