aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..170acca
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,6 @@
+// this build.gradle is mainly here to satisfy the Jenkins gradle plugin
+allprojects {
+ repositories {
+ mavenCentral()
+ }
+} \ No newline at end of file