summaryrefslogtreecommitdiff
path: root/build.gradle
blob: d7271343a89e01f525cab91b37f127f91744e812 (plain) (blame)
1
2
3
4
5
6
7
8
9
description = 'String metrics and phonetic algorithms for Scala.'
group = 'com.rockymadden.stringmetric'
version = '0.26.0'

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

allprojects { apply plugin: 'idea' }
subprojects { repositories { mavenCentral() } }