Codebase list osmosis / 3726f8ba-8b02-48f7-8452-05297c6ad565/main osmosis-tagtransform / build.gradle
3726f8ba-8b02-48f7-8452-05297c6ad565/main

Tree @3726f8ba-8b02-48f7-8452-05297c6ad565/main (Download .tar.gz)

build.gradle @3726f8ba-8b02-48f7-8452-05297c6ad565/mainraw · history · blame

dependencies {
    compile project(':osmosis-core')
    compile project(':osmosis-xml')
    compile group: 'org.apache.commons', name: 'commons-csv', version: 1.7

    testCompile project(':osmosis-testutil')
}

/*
 * Disable checkstyle.
 * The tag transform plugin used to exist outside the main source tree and as a result
 * doesn't comply with Osmosis coding standards.
 */
checkstyleMain.enabled = false