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

com.selesse.gradle.git.changelog.convention.HtmlConvention.groovy Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
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