TomDmitriev / gradle-bundle-plugin

Apache License 2.0
47 stars 24 forks source link

bnd normally supports a replacement of `${.}` for the current base dir of the project #72

Closed rotty3000 closed 3 years ago

rotty3000 commented 7 years ago

.. but this isn't working in the dm plugin.

I'll try to see if I can send a PR to fix it. Should be simply as here: https://github.com/bndtools/bnd/blob/master/biz.aQute.bnd.gradle/src/aQute/bnd/gradle/BundleTaskConvention.groovy#L234 and https://github.com/bndtools/bnd/blob/master/biz.aQute.bnd.gradle/src/aQute/bnd/gradle/BundleTaskConvention.groovy#L242