Skip to content

Artifactory's open integration layer for CI build servers

License

Notifications You must be signed in to change notification settings

jfrog/build-info

Repository files navigation

* How to build (with gradle 0.9.2 or above)
gradle -I init.gradle -S build

or with the wrapper in *nix
./gradlew -I init.gradle -S build
and wrapper in Windows
gradlew.bat -I init.gradle -S build