I’m using Eclipse Neon 4.6.0 with Buildship 1.0.18 v20160817. I’m working on a simple Java project that connects to a remote host with a user and password. I’m trying to provide the URL, user and password for my Gradle test. I can use a BufferedReader in a JUnit test to provide the info via console input, but that doesn’t work with Gradle.
Any suggestions on how to do this for my Gradle test?