-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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'
}
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels