File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
* Install JDK 11
4
4
* On mac with [ homebrew] ( https://brew.sh/ ) installed:
5
5
```
6
- $ brew tap AdoptOpenJDK/openjdk
7
- $ brew install adoptopenjdk11 --cask
6
+ $ brew install openjdk@11
8
7
# Use java_home to find the location of JAVA_HOME to set
9
8
$ /usr/libexec/java_home -V
10
9
$ export JAVA_HOME=/Library/Java/...
30
29
* For VSCode, install the "Scala (Metals)" and "Scala Syntax (official)" plugins
31
30
* You will need to create a GitHub personal access token (this is required by the sbt-github-packages plugin).
32
31
* In GitHub settings, go to "Developer settings > Personal access token" and create a new token with "write:packages" and "read:packages" scopes only.
32
+ * After you generate and copy your new token, make sure you have authorization with DNAnexus SSO to access the DNAnexus organization packages.
33
+ You will need to press `Configure SSO` next to your generated token and then `Authorize` next to `dnanexus` organization.
33
34
* Export the `GITHUB_TOKEN` environment variable with this token as the value. For example, in your `.profile`:
34
35
```bash
35
36
export GITHUB_TOKEN=<your personal access token>
You can’t perform that action at this time.
0 commit comments