Skip to content

Commit 2c8d5e5

Browse files
committed
DOC dev setup with SDK
1 parent 7303686 commit 2c8d5e5

File tree

3 files changed

+405
-0
lines changed

3 files changed

+405
-0
lines changed

.sdkmanrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Enable auto-env to automatically switch Java version when entering this directory
2+
# Set sdkman_auto_env=true in ~/.sdkman/etc/config
3+
java=11.0.25-tem

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "java",
6+
"name": "Attach to Confluence",
7+
"request": "attach",
8+
"hostName": "localhost",
9+
"port": 5005
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)