Skip to content

Commit

Permalink
Merge pull request #66 from phatblat/commons-api
Browse files Browse the repository at this point in the history
πŸ› Expose Apache commons-exec as API dependency (1.5.1)
  • Loading branch information
phatblat authored Dec 30, 2019
2 parents 1563b5f + 789f1c6 commit d0dcd86
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinScripting.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@



## 1.5.1

- πŸ› Expose Apache commons-exec as API dependency #66

## 1.5.0

- ✨ Gradle logging to file/s #59
Expand Down
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.warning.mode = all
# πŸ†” Properties
#
group = at.phatbl
version = 1.5.0
version = 1.5.1

artifactName = shellexec
pluginClass = ShellExecPlugin
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1

0 comments on commit d0dcd86

Please sign in to comment.