boblloyd
Results
2
issues of
boblloyd
With this code: ``` task oneJar(type: OneJar){ manifest { attributes "myKey": "myValue"} } ``` Using 1.0.4 version of the onejar plugin. Running the build with Gradle 2.9 (this worked in...
When you have a dependency on a 3rd party product (say, spring-core), and you change from 3.1.1 to 4.0.5, for example, the output OneJar contains both spring-core-3.1.1.jar and spring-core-4.0.5.jar. This...