Sam Garfinkel
01/29/2020, 4:31 PMCalling non-final function 'function' in constructor
warning when configuring subclasses of Gradle tasks? For example:
open class ChildJavaExec: JavaExec() {
init {
workingDir("foo/bar")
}
}
Not sure if I should just ignore it? Tasks need to be non-final in order for Gradle to inject and construct them.Czar
01/29/2020, 5:19 PMSam Garfinkel
01/29/2020, 6:45 PMsuper