Tudor Timi

Results 39 comments of Tudor Timi

`dir` has the disadvantage that all other steps also have to do `dir` to change, otherwise they will run in the workspace root. This is why I wanted to change...

@KalleOlaviNiemitalo Can you point me to the code that sets the value of the workspace directory currently? I don't know whether this is handled by the plugin or whether this...

This feature would work great together with custom Gradle distributions!

I also see that the tests make use of the `mret` instruction, which is defined in the privileged spec.

Registering tasks based on properties would also help us implement a workaround for not being able to dynamically add task options (i.e. using `@Option`) - #11117. We currently have two...

Adding command line options to existing tasks or task types is exactly what we also need. Currently, we have to declare new tasks which provide the options and call the...

I generally use nested classes a lot to avoid "polluting" scopes. Sometimes, they also make more sense, because the nesting class creates a nice sub-scope.

Sure, how would one start with just the "no parameters" part?

Understood, I'll start thinking of tests.

Can you assign this to me so it shows up in my dashboards?