Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 466 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 466 Bytes

GSCF-GroovyClient

Groovy Client to interface with GSCF

make sure Gradle 1.0 or higher is installed!

Run tests, but make sure to fill in the missing information in the constructor of the test Class!

Edit the following in GSCFTest.groovy

gscf.setURL('...') gscf.setUsername('...') gscf.setPassword('...') gscf.setApiKey('...')

gradle test

Create a JAR

gradle jar

Build documentation

gradle groovydoc