summaryrefslogtreecommitdiff
path: root/settings.gradle
blob: 31c674323489e0cdd90f1d69bb1ec3ec7c331c94 (plain) (blame)
1
2
3
4
5
6
include 'cli'
include 'core'

rootProject.name = 'stringmetric'
project(':cli').name = 'stringmetric-cli'
project(':core').name = 'stringmetric-core'