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

[examples] `allprojects {` in `build-with-subprojects` is applied to all `osgi-run-test` tree #34

Closed paulvi closed 8 years ago

paulvi commented 8 years ago

https://github.com/renatoathaydes/osgi-run/blob/master/osgi-run-test/build-with-subprojects/build.gradle#L13

allprojects { in build-with-subprojects is applied to all osgi-run-test tree,
as set of project is defined by https://github.com/renatoathaydes/osgi-run/blob/master/osgi-run-test/settings.gradle

renatoathaydes commented 8 years ago

Hm.. not ideal, I did not realize it... but no much harm caused either... will remove that.

paulvi commented 8 years ago

it is all just quick example to test. But as a new user, I am looking to learn something from them.

renatoathaydes commented 8 years ago

@paulvi cool, hope you're learning something :) The intention of these samples is exactly to show people how to get things working with OSGi... and in my experience, osgi-run is the easiest way to develop with OSGi!

renatoathaydes commented 8 years ago

Fixed.