Skip to content

Commit

Permalink
docs: Add "Disable integrations" section (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini authored Jan 15, 2025
1 parent f726bc9 commit 6a276e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/modules/ROOT/pages/integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ public class JBangIntegrationExample {
}
----

Since version 0.92.0 the full path to the JBang script can be acquired by querying the `jbang.source` system property - `System.getProperty("jbang.source")`
Since version `0.92.0` the full path to the JBang script can be acquired by querying the `jbang.source` system property - `System.getProperty("jbang.source")`

Still very experimental and bound to change. Example of its use can be found in https://github.com/quarkusio/quarkus/pull/11542[Quarkus].

=== Disable integrations

Since version `0.222.0`, the `--no-integrations` flag or the `//NOINTEGRATIONS` directive can be used to prevent JBang from running any of the build integrations.

0 comments on commit 6a276e3

Please sign in to comment.