Christian Edward Jackson-Gruber

Results 154 comments of Christian Edward Jackson-Gruber

Honestly, for things this small, I feel like that one could get one-liner'ed. ``` val testGetter: Boolean get() { return "OK" == "foo" } ``` This connects back to the...

Carmi! Anyway, trying to figure out if we are going to use it, and to what extent, and I'd like to not have to use it from within gradle for...

Thanks for this repro case.

It's been a long time, and I'm getting back to this project. It may be moot at this point, but I'll take a look at this this week or next.

Partial support has happened, under the hood - the underlying library has been updated to support sub-artifacts. This needs a ocnfiguration DSL - probably `"classifiers": ["foo"]` but it needs care,...

Currently blocked by #64

#65 is on its way in. I don't know if it's sufficient, but I'll try to do some testing once it's in place. I tried to set up some windows-based...

Unfortunately, this is going to be a bit harder. I've had to use some unix-specific things in some areas, so I will have to solve this by making toolchains appropriate...

I believe that is must maven hiding your error message detail. Please use "mvn -e" (or mvn -X) to get more detail on the error messages. On 7 August 2014...