Skip to content

Commit

Permalink
fix(builder): add removal note for latest Bonita version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Nov 14, 2023
1 parent 87ac48a commit 6c5da71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '4.0'
asciidoc:
attributes:
bcdVersion: '4.0.0' # latest available maintenance version
bonitaDocVersion: '2023.1'
bonitaDocVersion: '2023.2'
testToolkitVersion: '1.0'
# General site configuration
page-editable: true
Expand Down
6 changes: 5 additions & 1 deletion modules/ROOT/pages/builder.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

:page-aliases: livingapp_build.adoc, livingapp_manage_configuration.adoc

IMPORTANT: *Builder is not supported for Bonita project designed with Bonita Studio 2023.2 and above*. In those versions, a Bonita project can be built xref:{bonitaDocVersion}@bonita:build-run:build-application.adoc[using Maven].

This page describes how to build Bonita Application projects from the command line.

IMPORTANT: First make sure your maven installation is configured to access xref:{bonitaDocVersion}@bonita:software-extensibility:bonita-repository-access.adoc[Bonita Artifact Repository] !
== Prerequisites

First make sure your maven installation is configured to access xref:{bonitaDocVersion}@bonita:software-extensibility:bonita-repository-access.adoc[Bonita Artifact Repository] !

[#install]
== Builder installation guide
Expand Down

0 comments on commit 6c5da71

Please sign in to comment.