Skip to content

Commit

Permalink
Gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
apmoore1 committed Jul 20, 2021
1 parent 8044221 commit 2706c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Build
### Required
- [Java JDK 12](https://jdk.java.net/archive/) (In the docker build we used OpenJDK not Oracle as it is licensed under [GPLv2 + Classpath Exception](https://openjdk.java.net/legal/gplv2+ce.html)). Further in the current docker image we build with Java JDK 12 **alpine Operating System (OS)**, **but** run the LexiDB jar file using [Java JDK 16 **alpine OS** from OpenJDK](https://openjdk.java.net/projects/jdk/16/), the reason for using the Alpine OS is that it is smaller in size and [tends to have fewer security vulnerabilities compared to other Operating Systems.](https://snyk.io/blog/docker-for-java-developers/)
- [Gradle](https://gradle.org/)
- [Gradle version 5.2](https://gradle.org/)

Build using the following command in the project directory;

Expand Down

0 comments on commit 2706c11

Please sign in to comment.