Skip to content

Commit fe70673

Browse files
author
Cameron Mace
committed
added mapmatching and static map modules
1 parent 0a8c903 commit fe70673

26 files changed

Lines changed: 3567 additions & 518 deletions

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ buildscript {
99
}
1010
}
1111

12+
plugins {
13+
id 'com.gradle.build-scan' version '1.9'
14+
}
15+
16+
buildScan {
17+
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
18+
licenseAgree = 'yes'
19+
}
20+
1221
allprojects {
1322
apply from: "${rootDir}/gradle/dependencies.gradle"
1423
apply from: "${rootDir}/gradle/code-quality.gradle"

0 commit comments

Comments
 (0)