summaryrefslogblamecommitdiff
path: root/build.gradle
blob: c071abc21e4fea200f175a17d36a52ecae095cbd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                          
                                      
                  
 
                                                           
                                                
 
             

                            


                              
 
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 = 'http://rockymadden.com/stringmetric/'

allprojects {
	apply plugin: 'idea'

	repositories {
		mavenCentral()
	}
}