Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lnash94 committed Oct 2, 2023
1 parent e0cb2e9 commit f797b36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ For more information on the supported operations, go to [Using the OpenAPI Tools

### Setting Up the Prerequisites

1. OpenJDK 11 ([Adopt OpenJDK](https://adoptopenjdk.net/) or any other OpenJDK distribution)
1. Download and install Java SE Development Kit (JDK) version 17 (from one of the following locations).

>**Info:** You can also use [Oracle JDK](https://www.oracle.com/java/technologies/javase-downloads.html). Set the JAVA_HOME environment variable to the pathname of the directory into which you installed JDK.
* [Oracle](https://www.oracle.com/java/technologies/downloads/)

* [OpenJDK](https://adoptium.net/)

> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
2. Export GitHub Personal access token with read package permissions as follows,
```
Expand Down
3 changes: 3 additions & 0 deletions module-ballerina-openapi/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ path = "../openapi-validator/build/libs/[email protected]@.jar"
groupId = "ballerina"
artifactId = "openapi"
version = "@project.version@"

[platform.java17]
graalvmCompatible = true

0 comments on commit f797b36

Please sign in to comment.