summaryrefslogtreecommitdiff
path: root/build.gradle
blob: ec885928c21469054f848d6ca3b5b4980e01687b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
description = 'A small library of string metrics and phonetic algorithms.'
group = 'org.hashtree.stringmetric'
version = '0.18.5'

ext.scm = 'scm:git@github.com:rockymadden/stringmetric.git'
ext.url = 'https://github.com/rockymadden/stringmetric/'

allprojects {
	repositories {
		mavenCentral()
	}
}