summaryrefslogtreecommitdiff
path: root/build.gradle
blob: 2e26f539ad54b40505f807e390a2f65a5fe6d776 (plain) (blame)
1
2
3
4
5
6
7
8
group = 'org.hashtree.stringmetric'
version = '0.16.1'

allprojects {
	repositories {
		mavenCentral()
	}
}