Skip to content

Instantly share code, notes, and snippets.

View Ralph-Zitz's full-sized avatar

Ralph Zitz Ralph-Zitz

  • LEGO Group
  • Billund, Denmark
View GitHub Profile
@Ralph-Zitz
Ralph-Zitz / keybase.md
Created March 6, 2017 19:41
keybase.md

Keybase proof

I hereby claim:

  • I am Ralph-Zitz on github.
  • I am rz_cardlay (https://keybase.io/rz_cardlay) on keybase.
  • I have a public key whose fingerprint is B691 05DF 3858 AD42 FFCA 20E5 B76C 0745 33D8 AF6B

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am ralph-zitz on github.
* I am ralph_zitz (https://keybase.io/ralph_zitz) on keybase.
* I have a public key ASDgNS98v1EN9P_WOaAcI4aGrXc6XJfseQ9Dhs1lNEwt5go
To claim this, I am signing this object:
apply plugin: 'java'
apply plugin: 'scala'
// For those using IntelliJ IDEA
apply plugin: 'eclipse'
apply plugin: 'idea'
def findPlay20() {
def pathEnvName = ['PATH', 'Path'].find{ System.getenv()[it] != null }
for(path in System.getenv()[pathEnvName].split(File.pathSeparator)){
for (playExec in ['activator.bat', 'activator.sh', 'activator']) {