Renato Athaydes
Renato Athaydes
Thanks for your interest! TBH no, I didn't know Qubes, will have a look. I work in security so I should know better :) I will test this PR with...
Hi, I just wanted to give my opinion here, as someone who actually feels like Jeka can be a promising new build system for Java! The main thing that attracted...
Great to hear that! This project is looking incredible!
This version problem might be because you're using an old version of the `bnd` plugin to create your bundle... check if you can upgrade the `bnd` version, maybe that helps...
I know the feeling :) This plugin is meant to make OSGi more usable, but there's still more room for improvement. I checked your dependencies and I agree, you have...
Ah, this is the jar author's fault for not giving a version in the manifest file (so the plugin tries to guess the version from the file name)... Quite unfortunate...
By the way, why do you have `sources` as dependencies? You might want to exclude those dependencies (just use the Gradle mechanism to do it).
I had a look at the code that "guesses" versions for jars missing the information... It's already doing it as good as it's possible.. I can make it translate versions...
I found a good alternative! All jars seem to contain Maven metadata in `META-INF/maven/..../pom.properties`. Example: ```properties #Generated by Maven #Tue Mar 07 09:39:48 EST 2017 version=1.0.7 groupId=org.raml artifactId=raml-parser-2 ``` I...
My above suggestion is implemented in the `next` branch. RAML still won't work due to having a really bad dependency tree. It depends on two different versions of Guava (one...