Alexey Livshits
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
Alexey Livshits commented, -
Alexey Livshits created a post, AnsweredGradle: output from dependant task not included in artifact
I use IDEA 2016.3.1. Say, my project has a following structure: test ejb ear Here is build.gradle from ejb: task har (type: Zip) { archiveName 'test.har' from sourceSets.main.output}jar {...