
com.github.ksoichiro.replacer.Configuration.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-replacer Show documentation
Show all versions of gradle-replacer Show documentation
Gradle plugin to replace text
package com.github.ksoichiro.replacer
class Configuration {
final String name
Configuration(String name) {
this.name = name
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy