Skip to content

Commit

Permalink
πŸ› Expose commons-exec as API dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Dec 30, 2019
1 parent 1563b5f commit 77cb2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ tasks.wrapper {
repositories.jcenter()

dependencies {
api("org.apache.commons:commons-exec:$commonsExecVersion")
implementation(kotlin("stdlib"))
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))
implementation("org.apache.commons:commons-exec:$commonsExecVersion")

testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit"))
Expand Down

0 comments on commit 77cb2f3

Please sign in to comment.