I hereby claim:
- I am ancho on github.
- I am ancho (https://keybase.io/ancho) on keybase.
- I have a public key whose fingerprint is 9CCF 6F4B 5BA5 D85A F957 F637 1DC0 A737 286C 7955
To claim this, I am signing this object:
interface Configuration { | |
File getSourcePath(); | |
void setSourcePath(File path); | |
File getTemplatePath(); | |
void setTemplatePath(File path); | |
File getDestinationPath(); | |
void setDestinationPath(File path); | |
I hereby claim:
To claim this, I am signing this object:
gradle bake --stacktrace | |
:bake FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':bake'. | |
> Cannot open local storage 'cache' with mode=rw | |
* Try: |
_gvm_complete() | |
{ | |
local CANDIDATES | |
local CANDIDATE_VERSIONS | |
COMPREPLY=() | |
if [ $COMP_CWORD -eq 1 ]; then | |
COMPREPLY=( $(compgen -W "install uninstall rm list ls use current version default selfupdate broadcast offline help flush" -- ${COMP_WORDS[COMP_CWORD]}) ) | |
elif [ $COMP_CWORD -eq 2 ]; then |
*.swp |