-
Currently (3.5) `bnd` hardcodes its data directory (which is `~/.bnd`). This causes some problems when we were building [`bnd` in Debian](https://tracker.debian.org/pkg/bnd). While Gradle is preparing…
-
Deploying the feature/sharing build took 13m 39s of build time. I think it caches deps from run to run, so hopefully future deploys will be faster. Just for the record, this is where the time is goi…
-
We've discussed creating an additional wrapping function for pre-processing maven non-bundle artifacts into OSGi bundles. The main goal being about prefixing a non-semantic version with either `0.` or…
-
Probably because of using @CompileStatic
![image](https://user-images.githubusercontent.com/10673561/66288429-77627800-e8d9-11e9-94f5-6c0ce0066329.png)
without having these methods implemented, …
-
@gamerson and I have considered possibility of further simplifying the details in bndrun files.
The idea was to declare dependency scopes which map to `-runrequires` and `-distro`.
This could he…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.3-124-g94ce323
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 9 hours ago
Core ta…
-
Since there is introduced separate task `bundleCompose` (which seems to be elegant approach / in future extending BND's `Bundle` task / https://github.com/bndtools/bnd/issues/3470) for making OSGi bun…
-
I tried to run `brew install --HEAD universal-ctags/universal-ctags/universal-ctags` on macOS 10.14.6 but results :
```
==> Installing universal-ctags from universal-ctags/universal-ctags
==> Clo…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https:/…
-
Cloud Firestore has some Compatibility issues with other plugins from firebase&google
when i add cloud firestore alone ,, it builds and run perfectly
when i just add other plugins ex: auth , gSignIn…