Skip to content

Commit d0f515a

Browse files
committed
Add java.awt.headless to default java opts
1 parent 58bdc99 commit d0f515a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
[com.jcraft/jsch.agentproxy.pageant ~agentproxy-version]
1515
[com.jcraft/jsch.agentproxy.core ~agentproxy-version]
1616
[com.jcraft/jsch.agentproxy.jsch ~agentproxy-version]
17-
[com.jcraft/jsch "0.1.51"]])
17+
[com.jcraft/jsch "0.1.51"]]
18+
:jvm-opts ["-Djava.awt.headless=true"])

0 commit comments

Comments
 (0)