remkop / picocli

Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.

Home Page:https://picocli.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

picocli-shell-jline3 jpms module

DaiYuANg opened this issue · comments

I'm using picocli-shell-jline3 in jpms with gradle and set info.picocli.shell.jline3 in my moudle.info
but gradle build error:error: module not found: info.picocli.shell.jline3

error: module not found: info.picocli.shell.jline3
	requires info.picocli.shell.jline3;
	                           ^

Sorry for the late response. Have you been able to resolve this?
If not, can you provide details/steps on how I can reproduce the issue?

Can you tell me how to reproduce this issue?

Can you tell me how to reproduce this issue?

Sorry it's long time ago, I already forget it.