]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #44 from BlueBoxWare/intellij
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Tue, 17 May 2022 17:43:35 +0000 (19:43 +0200)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 17:43:35 +0000 (19:43 +0200)
Add configuration for IntelliJ downloaded JDKs.

programs/intellij [new file with mode: 0644]

diff --git a/programs/intellij b/programs/intellij
new file mode 100644 (file)
index 0000000..da49f35
--- /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": "intellij"
+}