diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a5307e5f6ec098b156f9ca4444613ad413799ad0 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# XNAT Web Application # + +This is the XNAT Web application build. + +### Building ### + +You can build with a simple Gradle command: + +```bash +gradle clean war +``` + +You may need to build the [XNAT Gradle plugin](https://bitbucket.org/xnatdev/gradle-xnat-plugin) first, although it should be available on the XNAT Maven repository. \ No newline at end of file