Skip to content

Transitive Dependency on a SNAPSHOT #31

@StuporHero

Description

@StuporHero

The binary for 2.2.2 that was released to Bintray has a dependency on sqljet-1.1.8-SNAPSHOT which is not available through either Bintray or Maven Central. It's a pain to have to exclude the dependency and manually specify the dependency to sqljet-1.1.8. If anyone comes across this being unsure what to do about it, here is the workaround:

buildscript {
    dependencies {
        classpath 'org.tmatesoft.sqljet:sqljet:1.1.8'
        classpath('au.com.ish.gradle:release:2.2.2') {
            exclude group: 'org.tmatesoft.sqljet', module: 'sqljet'
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions