We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7303686 commit 2c8d5e5Copy full SHA for 2c8d5e5
.sdkmanrc
@@ -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
@@ -0,0 +1,12 @@
+{
+ "version": "0.2.0",
+ "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