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

de.gesellix.gradle.debian.tasks.data.DataTemplate.groovy Maven / Gradle / Ivy

package de.gesellix.gradle.debian.tasks.data

import org.gradle.util.ConfigureUtil

class DataTemplate {

  String[] paths = null

  def mapper(Closure closure) {
    ConfigureUtil.configure(closure, mapper)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy