aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
blob: 170accaac61f0b6760032290e84d604a5a07c234 (plain)
1
2
3
4
5
6
// this build.gradle is mainly here to satisfy the Jenkins gradle plugin
allprojects {
  repositories {
	  mavenCentral()
  }
}