Skip to content

Commit

Permalink
Merge pull request #1351 from carehart/patch-4
Browse files Browse the repository at this point in the history
Correct seeming mistake and minor typos
  • Loading branch information
zspitzer authored Mar 29, 2023
2 parents 3c275e8 + 4da225e commit 4aa90e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Before you can start building Lucee from source, you will need a few things inst
- Java 11 is *recommended*, Java 15 is *not yet supported* due the removal of the Nashorn JavaScript engine which is used in the build process
- Java 17 *isn't yet fully supported* due to some Apache Felix issues (fixed in 5.3.9, but some extensions need updating)

1. **Apache Maven** - the source code contains several build scripts that will automate the build process for you. you will need Maven installed in order to run these build scripts. <http://maven.apache.org/>
1. **Apache Maven** - the source code contains several build scripts that will automate the build process for you. You will need Maven installed in order to run these build scripts. <http://maven.apache.org/>

1. **Apache Ant** - the source code contains several build scripts that will automate the build process for you. you will need Maven installed in order to run these build scripts. <http://ant.apache.org/bindownload.cgi>
1. **Apache Ant** - the source code contains several build scripts that will automate the build process for you. You will need Ant installed in order to run these build scripts. <http://ant.apache.org/bindownload.cgi>

### 2. Get the source code

Expand Down

0 comments on commit 4aa90e0

Please sign in to comment.