chmod 755 kobaltw

This commit is contained in:
Erik C. Thauvin 2016-07-28 07:15:36 -07:00
parent 0424e914f3
commit 441f373317
3 changed files with 3 additions and 3 deletions

2
example/kobaltw Normal file → Executable file
View file

@ -1,2 +1,2 @@
#!/usr/bin/env sh
#!/bin/env sh
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*

2
kobaltw Normal file → Executable file
View file

@ -1,2 +1,2 @@
#!/usr/bin/env sh
#!/bin/env sh
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*

View file

@ -92,7 +92,7 @@ class VersionEyePlugin @Inject constructor(val configActor: ConfigActor<VersionE
return TaskResult()
} else {
val projectKey = System.getProperty(PROJECT_KEY_PROPERTY)
var apiKey = System.getenv(API_KEY_PROPERTY)
var apiKey = System.getProperty(API_KEY_PROPERTY)
val p = Properties()
Paths.get(local).let { path ->
if (path.toFile().exists()) {