You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`$BP_CLJ_TOOLS_BUILD_ENABLED`| Configure the arguments to enable tools build. |
29
+
|`$BP_CLJ_TOOLS_BUILD_ARGUMENTS`| Configure the arguments to pass to build system. Defaults to `-T:build uber`.|
30
+
|`$BP_CLJ_DEPS_ARGUMENTS`| Configure the arguments to pass to build system. Defaults to `-X:uberjar`.|
31
+
|`$BP_CLJ_BUILT_MODULE`| Configure the module to find application artifact in. Defaults to the root module (empty).|
32
+
|`$BP_CLJ_BUILT_ARTIFACT`| Configure the built application artifact explicitly. Supersedes `$BP_CLJ_BUILT_MODULE`. Defaults to `target/*.jar`. Can match a single file, multiple files or a directory. Can be one or more space separated patterns. |
0 commit comments