Jeroen van Erp

Results 267 comments of Jeroen van Erp
trafficstars

Not yet, it is something that would be useful. 2015-03-12 4:31 GMT-07:00 whgibbo [email protected]: > Is this possible? > > — > Reply to this email directly or view it...

Nice, definitely a nice starting point. 2015-11-16 18:45 GMT+01:00 Zoltán Nagy [email protected]: > openzipkin/zipkin#852 https://github.com/openzipkin/zipkin/pull/852 may > be a starting point or a quick work-around until this can properly be...

Good feature request, we'll look into it. PullRequests are welcome of course.

What is the problem with the license check task @ewortzman @vermavikrant ?

Do you have a sample project to analyze? As I'm working on the plugin right now, I'd prefer to tackle this if I can.

What kind of gradle plugins would a `javascript` project consist of?

If you have the java plugin added, the only thing you need to do is declare a new sourceSet in your build gradle file. The plugin should then automatically generate...

Will have a look at this once I have some time.

@harshild The problem is, is that `gradleApi()` and alike are methods on the `DependencyHandler` we might be able to re-use that for the dependency exclusion mechanism, but it is probably...