Skip to content

Commit

Permalink
Merge pull request #72 from phatblat/release-1.5.2
Browse files Browse the repository at this point in the history
πŸ”– Release 1.5.2
  • Loading branch information
phatblat authored Jan 20, 2020
2 parents f6761a0 + 5b080b4 commit 8eb279e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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.2

- πŸ› Change annotation on output properties #68

## 1.5.1

- πŸ› Expose Apache commons-exec as API dependency #66
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ install.doFirst {
}

val deploy by tasks.creating {
description = "Deploys the artifact."
group = "Deployment"
description = "Deploys plugin to bintray and the Gradle plugin portal."
group = "πŸš‡ Tube"
dependsOn("bintrayUpload")
dependsOn("publishPlugins")
}
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.1
version = 1.5.2

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.1
1.5.2

0 comments on commit 8eb279e

Please sign in to comment.