renatoathaydes / osgi-run

Osgi-Run - A Gradle plugin to make the development of modular applications using OSGi completely painless
Apache License 2.0
54 stars 13 forks source link

Setting project.buildDir has no effect on the location of the created build artifacts #48

Closed renatoathaydes closed 7 years ago

renatoathaydes commented 8 years ago

Doing

project.buildDir = 'some-other-dir'

Should cause the OSGi environment to be created at some-other-dir/osgi but it doesn't... it always goes to build/osgi because the location is being resolved too early, while the plugin is applied to the project.