Alexey Livshits
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Edited Gradle: output from dependant task not included in artifact
AnsweredI 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 {...