Keybase proof
I hereby claim:
- I am davidb on github.
- I am davidb31 (https://keybase.io/davidb31) on keybase.
- I have a public key ASB5uSzY-x3rC_KOnyXDW4EkA6xVeqsD3ZV0d26k-jBkMAo
To claim this, I am signing this object:
/* | |
* Copyright (c) 2009-2012 jMonkeyEngine | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the following conditions are | |
* met: | |
* | |
* * Redistributions of source code must retain the above copyright | |
* notice, this list of conditions and the following disclaimer. |
task copyDeps { | |
description 'copy runtime + testRuntime dependencies into lib/ dir to allow other tools (jme3-SDK, eclipse apt-processor) to use libs' | |
copy { | |
from configurations.runtime | |
into 'lib/main' | |
} | |
copy { | |
from (configurations.testRuntime - configurations.runtime) | |
into 'lib/test' | |
} |
:jme3-examples:compileJava | |
warning: [options] bootstrap class path not set in conjunction with -source 1.6 | |
/Users/davidb/work/oss/jmonkeyengine/jme3-examples/src/main/java/jme3test/app/TestNativeLoader.java:58: error: package net.java.games.input does not exist | |
net.java.games.input.ControllerEnvironment ce = | |
^ | |
/Users/davidb/work/oss/jmonkeyengine/jme3-examples/src/main/java/jme3test/app/TestNativeLoader.java:59: error: package net.java.games.input does not exist | |
net.java.games.input.ControllerEnvironment.getDefaultEnvironment(); | |
^ | |
/Users/davidb/work/oss/jmonkeyengine/jme3-examples/src/main/java/jme3test/app/TestNativeLoader.java:61: error: package net.java.games.input does not exist | |
net.java.games.input.Controller[] c = |
I hereby claim:
To claim this, I am signing this object:
[package] | |
name = "test_gke_cert" | |
version = "0.1.0" | |
authors = ["David Bernard"] | |
edition = "2018" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
[dependencies] | |
openssl = { version = "^0.10", features = ["vendored"] } |