Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bintray with incorrect information for adding squash #7

Open
thilux opened this issue Jan 5, 2018 · 2 comments
Open

Bintray with incorrect information for adding squash #7

thilux opened this issue Jan 5, 2018 · 2 comments

Comments

@thilux
Copy link

thilux commented Jan 5, 2018

Hi,

I have added this issue on bintray as a review comment directly but I decided to bring it here also in case the the former is not looked at.

In bintray, it is said that to add squash to our project using gradle (in my case) you are only required to add the following to your build gradle:

compile 'org.jetbrains.squash:squash:0.2.3'

That, though, is not correct as it does not retrieve squash jars at all. Instead, the correct would be to add:

compile 'org.jetbrains.squash:#MODULE#:0.2.3'

Where #MODULE# should be one of the following:

  • squash-core: for squash barebones
  • squash-h2: for squash H2DB flavor
  • squash-jdbc: for squash JDBC
  • squash-mysql: for squash for MySQL
  • squash-postgres: for squash for postgres
  • squash-sqlite: for squash for SQlite

Thank you!

@raderio
Copy link

raderio commented Dec 27, 2018

I also can not import the library
I have

repositories {
    mavenCentral()
    jcenter()
}
 compile group: 'org.jetbrains.squash', name: 'squash-postgres', version: '0.2.4'

I get "Unable to resolve org.jetbarins.squash"

@raderio
Copy link

raderio commented Dec 28, 2018

We need to add

maven { url "https://dl.bintray.com/kotlin/squash" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants