Skip to content

Commit

Permalink
[#1291] build.gradle for 'picocli-shell-jline3' submodule is changed:…
Browse files Browse the repository at this point in the history
… Gradle configuration is switched (from 'implementation' to 'api') for 'org.jline:jline' dependency

note: solves broken build issues for any Maven project that uses 'picocli-shell-jline3' version 4.6.0
  • Loading branch information
dejan2609 authored and remkop committed Jan 3, 2021
1 parent 572e05f commit 24c3fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picocli-shell-jline3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ targetCompatibility = 1.8

dependencies {
implementation rootProject
implementation "org.jline:jline:$jline3Version"
api "org.jline:jline:$jline3Version"
implementation "org.jline:jline-console:$jline3Version"
testImplementation "junit:junit:$junitVersion"
}
Expand Down

0 comments on commit 24c3fe5

Please sign in to comment.