Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
It's broken (all red) on https://github.com/remkop/picocli/actions.

#2148 broke it.
  • Loading branch information
vorburger authored and remkop committed Dec 16, 2023
1 parent 2dbc4a7 commit 5043582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion picocli-shell-jline3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ JLine [Wiki](https://github.com/jline/jline3/wiki) and some more [Demos](https:/

## Example

### Maven
### Maven

```xml
<dependency>
Expand All @@ -93,6 +93,7 @@ See examples for older versions on the [wiki](https://github.com/remkop/picocli/
package picocli.shell.jline3.example;

import org.fusesource.jansi.AnsiConsole;
import org.jline.builtins.ConfigurationPath;
import org.jline.console.SystemRegistry;
import org.jline.console.impl.Builtins;
import org.jline.console.impl.SystemRegistryImpl;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package picocli.shell.jline3.example;

import org.fusesource.jansi.AnsiConsole;
import org.jline.builtins.ConfigurationPath;
import org.jline.console.SystemRegistry;
import org.jline.console.impl.Builtins;
import org.jline.console.impl.SystemRegistryImpl;
Expand Down

0 comments on commit 5043582

Please sign in to comment.