Skip to content

Commit

Permalink
update readme, .gitignore (VSCode), java sdk path to match my machine…
Browse files Browse the repository at this point in the history
… (should this be moved to env. vars somehow?)
  • Loading branch information
vladyslav-burylov committed Oct 4, 2021
1 parent 27cac02 commit 251454e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ output
.idea
.vs
_ReSharper*
_dotTrace*
_dotTrace*
.project
.vscode
.settings
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ Link data is currently maintained via:
```

- Other useful scripts:
- `./gradlew :rdgen` - regenerate data contract
- `./gradlew :runIde` - run plugins inside sandbox (IDE version specified by `gradle.properties`)
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ ProductVersion=2021.2.1
# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default
kotlin.stdlib.default.dependency=false
org.gradle.java.home=C:\\Program Files\\Eclipse Foundation\\jdk-11.0.12.7-hotspot
#org.gradle.java.home=C:\\Program Files\\Eclipse Foundation\\jdk-11.0.12.7-hotspot
#org.gradle.java.home=C:\\Program Files\\Eclipse Foundation\\jdk-11.0.12.7-hotspot
org.gradle.java.home=/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home

0 comments on commit 251454e

Please sign in to comment.