Scout24/gradle-todo-plugin

Name: gradle-todo-plugin

Owner: AutoScout24

Owner: AutoScout24

Description: A Gradle plugin for finding // TODO comments

Created: 2014-10-30 12:14:22.0

Updated: 2016-04-30 22:59:00.0

Pushed: 2017-10-19 12:12:21.0

Homepage: null

Size: 252

Language: Groovy

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

gradle-todo-plugin Build Status Maven Central License MIT

A Gradle plugin for finding // TODO comments.

Basic usage

Add to your build.gradle

dscript {
repositories {
    mavenCentral()
}
dependencies {
    classpath 'com.autoscout24.gradle:gradle-todo-plugin:1.0'
}


y plugin: 'com.autoscout24.gradle.todo'
Advanced usage

Add to your build.gradle

 {
teamCityLog = true
todoPattern = "//[\t\s]*TODO(.*)"
todoSuffixPattern =  '(someText|otherText)(.*)'
failIfFound = true
sourceFolder = "your source folder"
fileExtensions = ["java", "groovy"]

Changelog

Releases

License

gradle-todo-plugin is available under the MIT license. See the LICENSE file for more info.

gradle-todo-plugin Build Status Maven Central License MIT

A Gradle plugin for finding // TODO comments.

Basic usage

Add to your build.gradle

dscript {
repositories {
    mavenCentral()
}
dependencies {
    classpath 'com.autoscout24.gradle:gradle-todo-plugin:1.0'
}


y plugin: 'com.autoscout24.gradle.todo'
Advanced usage

Add to your build.gradle

 {
teamCityLog = true
todoPattern = "//[\t\s]*TODO(.*)"
todoSuffixPattern =  '(someText|otherText)(.*)'
failIfFound = true
sourceFolder = "your source folder"
fileExtensions = ["java", "groovy"]

Changelog

Releases

License

gradle-todo-plugin is available under the MIT license. See the LICENSE file for more info.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.