Stefan Wolf

Results 61 comments of Stefan Wolf

Would be fixed by https://github.com/akhikhl/gretty/pull/415.

In the long run I guess it would be better to have `StartBaseTask` extend `JavaExec`. If there are good reasons for `StartBaseTask` not extending `JavaExec`, then we should discuss about...

Here is the original report: https://discuss.gradle.org/t/gradle-4-6-rc1-is-now-available-for-testing/25864/3

Here is the stacktrace of the exception: ``` * What went wrong: A problem occurred configuring project ':foo:bar'. > Could not create task of type 'AppStartTask'. * Try: Run with...

@akhikhl Any feedback for this? Can this be merged, so the Gretty plugin works with Gradle 4.6?

@javabrett The Gretty plugin is implementing an API which is not meant for implementation by using a Groovy Map. So yeah, that is not intended usage of the API. I...

@alllex Filtering out the calls to `org.gradle.*` will make the stack traces much less useful for diagnosing problems with Gradle itself in scans. I don't think we should sanitize all...

> The question is whether we want to include org.gradle.* in the stack traces for all users or only for our own curios case of being a user? In the...

@ZacSweers Is this PR more or less what you are looking for? https://github.com/gradle/gradle-profiler/pull/310