chmod 755 kobaltw
This commit is contained in:
parent
0424e914f3
commit
441f373317
3 changed files with 3 additions and 3 deletions
2
example/kobaltw
Normal file → Executable file
2
example/kobaltw
Normal file → Executable file
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env sh
|
#!/bin/env sh
|
||||||
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*
|
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*
|
||||||
|
|
2
kobaltw
Normal file → Executable file
2
kobaltw
Normal file → Executable file
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env sh
|
#!/bin/env sh
|
||||||
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*
|
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*
|
||||||
|
|
|
@ -92,7 +92,7 @@ class VersionEyePlugin @Inject constructor(val configActor: ConfigActor<VersionE
|
||||||
return TaskResult()
|
return TaskResult()
|
||||||
} else {
|
} else {
|
||||||
val projectKey = System.getProperty(PROJECT_KEY_PROPERTY)
|
val projectKey = System.getProperty(PROJECT_KEY_PROPERTY)
|
||||||
var apiKey = System.getenv(API_KEY_PROPERTY)
|
var apiKey = System.getProperty(API_KEY_PROPERTY)
|
||||||
val p = Properties()
|
val p = Properties()
|
||||||
Paths.get(local).let { path ->
|
Paths.get(local).let { path ->
|
||||||
if (path.toFile().exists()) {
|
if (path.toFile().exists()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue