I hereby claim:
- I am eleventigers on github.
 - I am eleventigers (https://keybase.io/eleventigers) on keybase.
 - I have a public key whose fingerprint is FFE9 5F15 CED4 443E C163 B08D 4D52 DD4A E48A 728E
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| tasks.matching {it instanceof Test}.all { | |
| testLogging.events = ["failed", "passed", "skipped"] | |
| } | 
| configurations.all { | |
| resolutionStrategy.cacheChangingModulesFor 0, 'seconds' | |
| } | 
| #!/bin/sh | |
| # Convert ANSI (terminal) colours and attributes to HTML | |
| # Licence: LGPLv2 | |
| # Author: | |
| # http://www.pixelbeat.org/docs/terminal_colours/ | |
| # Examples: | |
| # ls -l --color=always | ansi2html.sh > ls.html | |
| # git show --color | ansi2html.sh > last_change.html | 
| /*** | |
| Copyright (c) 2014 CommonsWare, LLC | |
| Licensed under the Apache License, Version 2.0 (the "License"); you may not | |
| use this file except in compliance with the License. You may obtain a copy | |
| of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless required | |
| by applicable law or agreed to in writing, software distributed under the | |
| License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS | |
| OF ANY KIND, either express or implied. See the License for the specific | |
| language governing permissions and limitations under the License. | 
| import org.apache.tools.ant.taskdefs.condition.Os | |
| def getPlatformNdkBuildCommand() { | |
| def rootDir = project.rootDir | |
| def localProperties = new File(rootDir, "local.properties") | |
| if (localProperties.exists()) { | |
| Properties properties = new Properties() | |
| localProperties.withInputStream { | |
| instr -> properties.load(instr) | |
| } | 
| import java.io.Writer; | |
| import java.lang.ref.WeakReference; | |
| import java.util.ArrayList; | |
| import javax.microedition.khronos.egl.EGL10; | |
| import javax.microedition.khronos.egl.EGL11; | |
| import javax.microedition.khronos.egl.EGLConfig; | |
| import javax.microedition.khronos.egl.EGLContext; | |
| import javax.microedition.khronos.egl.EGLDisplay; | |
| import javax.microedition.khronos.egl.EGLSurface; | |
| import javax.microedition.khronos.opengles.GL; |