summaryrefslogtreecommitdiff
path: root/build.gradle
blob: 9b8d13d591d92cb8bd57bf726062af1c3aafa882 (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.6'

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

allprojects {
	repositories {
		mavenCentral()
	}
}