Added ktlint checks.
This commit is contained in:
parent
a4869e9b04
commit
884cb69039
7 changed files with 468 additions and 236 deletions
|
@ -58,5 +58,4 @@ open class SemverIncrementTask : DefaultTask() {
|
|||
logger.warn("Version: ${project.version}")
|
||||
SemverPlugin.saveProperties(config, version)
|
||||
}
|
||||
|
||||
}
|
|
@ -37,7 +37,7 @@ import org.gradle.api.Project
|
|||
import java.io.File
|
||||
import java.io.FileInputStream
|
||||
import java.io.FileOutputStream
|
||||
import java.util.*
|
||||
import java.util.Properties
|
||||
|
||||
class SemverPlugin : Plugin<Project> {
|
||||
private var version = Version()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue