com.selesse.gradle.git.changelog.convention.HtmlConvention.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-git-changelog Show documentation
Show all versions of gradle-git-changelog Show documentation
Generate Git changelogs for Gradle projects
package com.selesse.gradle.git.changelog.convention
import groovy.transform.ToString
@ToString
class HtmlConvention {
String commitFormat
String template = this.class.classLoader.getResource('html-template.tpl').text
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy