]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add configuration for IntelliJ downloaded JDKs.
authorBlueBoxWare <BlueBoxWare@users.noreply.github.com>
Tue, 17 May 2022 13:50:42 +0000 (15:50 +0200)
committerBlueBoxWare <BlueBoxWare@users.noreply.github.com>
Tue, 17 May 2022 13:50:42 +0000 (15:50 +0200)
programs/intellij [new file with mode: 0644]

diff --git a/programs/intellij b/programs/intellij
new file mode 100644 (file)
index 0000000..160a045
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.jdks",
+            "movable": true,
+            "help": "Add ```-Djdk.downloader.home=<your preferred path>``` to the IntelliJ Custom VM options.\n\nSee: [here](https://youtrack.jetbrains.com/issue/IDEA-254464)."
+        }
+    ],
+    "name": "since"
+}