Skip to content

Commit

Permalink
chore: update DEVELOPMENT.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Nov 14, 2024
1 parent 9b04168 commit 51943eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ lodging-connectivity-java-sdk/
│ └── graphql/ # GraphQL setup scripts
├── apollo-compiler-plugin/
│ └── src/main/ # Apollo compiler plugin source code
├── build.gradle.kts # Gradle build configuration
├── build.gradle # Gradle build configuration
├── gradle.properties # Gradle properties
├── settings.gradle.kts # Gradle settings
├── settings.gradle # Gradle settings
└── ...
```

Expand All @@ -65,13 +65,13 @@ lodging-connectivity-java-sdk/

If Gradle fails to detect your JDK installation, try either:

Option 1: Add this line to the root `gradle.properties`:
**Option 1**: Add this line to the root `gradle.properties`:

```properties
org.gradle.java.installations.fromEnv=true
```

Option 2: Set JAVA_HOME explicitly:
**Option 2**: Set JAVA_HOME explicitly:

```bash
export JAVA_HOME=$(/usr/libexec/java_home -v 11)
Expand Down

0 comments on commit 51943eb

Please sign in to comment.