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

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

allprojects {
	apply plugin: 'idea'

	repositories {
		mavenCentral()
	}
}