Skip to content

Commit

Permalink
Fix OciExtension.defaultLayerTaskClass name
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Dec 12, 2024
1 parent 1016e8a commit 66297c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.gradle.api.tasks.testing.Test
*/
interface OciExtension : PlatformFactories, PlatformSelectorFactories {
val layerTaskClass get() = OciLayerTask::class
val defaultLayerTask get() = DefaultOciLayerTask::class
val defaultLayerTaskClass get() = DefaultOciLayerTask::class
val dockerLayerTaskClass get() = DockerLayerTask::class
val imagesTaskClass get() = OciImagesTask::class
val pushTaskClass get() = OciPushTask::class
Expand Down

0 comments on commit 66297c5

Please sign in to comment.