gosu-lang / gradle-gosu-plugin

BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Deprecation warning with Gradle 4.2+ #38

Closed DPUkyle closed 6 years ago

DPUkyle commented 6 years ago

Consumers of the plugin will see an ugly but harmless stack trace if invoking any GosuCompile tasks with Gradle 4.2+:

INFO The SimpleWorkResult type has been deprecated and is scheduled to be removed in Gradle 5.0. Please use WorkResults.didWork() instead.
INFO    at org.gradle.api.internal.tasks.SimpleWorkResult.<init>(SimpleWorkResult.java:34)
INFO    at org.gosulang.gradle.tasks.compile.CommandLineGosuCompiler.execute(CommandLineGosuCompiler.java:91)
...