Skip to content

Commit

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

This reverts commit 4db977c.
  • Loading branch information
MarkoMackic committed Oct 17, 2021
1 parent e4d5ec8 commit 30c6072
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
api "org.jline:jline:$jline3Version"
implementation "org.jline:jline:$jline3Version"
implementation "org.jline:jline-console:$jline3Version"
testImplementation "junit:junit:$junitVersion"
}
Expand Down

0 comments on commit 30c6072

Please sign in to comment.