noveogroup / android-check

Static code analysis plugin for Android project. (Checkstyle, PMD)
Other
268 stars 67 forks source link

Support TextResource abstraction. #1

Closed RomanZhilich closed 9 years ago

RomanZhilich commented 9 years ago

Gradle now uses TextResouce to ease config management. As http://www.gradle.org/docs/2.2/release-notes#sharing-configuration-files-across-builds suggests, checkstyle plugin already supports it.

Please avoid explicit usage of File for static analyzers configs.

igelgrun commented 9 years ago

Supported in 1.1.0.

igelgrun commented 9 years ago

Unfortunately, TextResouce are incubating feature so we should support explicit usage of File for configurations.