Skip to content

Commit

Permalink
Remove deprecated '-headless' argument (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa authored May 3, 2024
1 parent 9d98840 commit 093d8ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/main/java/hudson/plugins/swarm/SwarmClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ void connect(URL url) throws IOException, RetryException {
args.add(options.jarCache.getPath());
}

args.add("-headless");

/*
* Swarm does its own retrying internally, so disable the retrying functionality in
* Remoting.
Expand Down

0 comments on commit 093d8ab

Please sign in to comment.