All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.monosoul.jooq.settings.ImageAware.kt Maven / Gradle / Ivy

The newest version!
package dev.monosoul.jooq.settings

import dev.monosoul.jooq.util.callWith
import groovy.lang.Closure
import org.gradle.api.Action

internal interface ImageAware {
    /**
     * Configure the Docker image settings.
     */
    fun image(customizer: Action)

    /**
     * Configure the Docker image settings.
     */
    fun image(closure: Closure) = image(closure::callWith)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy