summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-07-19 19:20:45 +0200
committerMiguel <m.i@gmx.at>2018-07-19 19:20:45 +0200
commit746df56a35c06381befc231672aa4839477f1926 (patch)
tree8a92b38cd8df9010c46166beb647f3973801dfa6 /build.gradle.kts
parent0a8045282e95adc7c262b679b42599c729f93f89 (diff)
stack version
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 066a1f9..6c0c233 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -10,7 +10,7 @@ tasks.create<Exec>("hello") {
description = "Say hello"
group = "Custom"
- setCommandLine("pwd")
+ setCommandLine("stack --version")
doLast{
System.out.println("hello sucker")