Skip to content

Commit

Permalink
Merge pull request #6259 from bndtools/chrisrueger-driver-add-link-ma…
Browse files Browse the repository at this point in the history
…nual

Update driver.md
  • Loading branch information
chrisrueger authored Sep 9, 2024
2 parents a235cfb + fc86eb8 commit 1a96490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_macros/driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ title: driver ( ';' NAME )?
summary: the driver of the environment (e.g. gradle, eclipse, intellij)
---

Added support for an environment driver of bnd. This driver should be set when bnd is started by for example gradle or ant. The driver can be overridden with the -bnd-driver property.
Added support for an environment driver of bnd. This driver should be set when bnd is started by for example gradle or ant. The driver can be overridden with the -bnd-driver property.
This can be used to e.g. [avoid target-dir conflicts between different build tools](/chapters/150-build.html#avoiding-target-dir-conflicts-between-different-build-tools).

public void testDriver() throws Exception {
Attrs attrs = new Attrs();
Expand Down

0 comments on commit 1a96490

Please sign in to comment.