testcontainers / testcontainers-spock

Spock extension for using Docker containers in Spock tests. (DEPRECATED, moved to main repo!)
53 stars 8 forks source link

Snapshot is unavailable #21

Closed blacky0x0 closed 7 years ago

blacky0x0 commented 7 years ago

Can't get a new snapshot from jitpack.io. @kiview How to circumvent the limitation? My project is hanged up while loading dependencies.

kiview commented 7 years ago

I would advise depending on a specific snapshot version. I'm also planning on providing a more stable dependency on Maven Central.

Did you try to depend on the most recent commit version?

    dependencies {
            compile 'com.github.kiview:spock-docker-extension:684011c302'
    }

Maybe jitpack isn't able to build the project right know (because of jitpack problems).

At least this dependency should already be built by Jitpack and be available:

    dependencies {
            compile 'com.github.kiview:spock-docker-extension:f1b42d14e4'
    }
blacky0x0 commented 7 years ago

I've tried both solutions and both work fine. Many thanks for your answers. It was new to me. By the way, it would be great to see this extension in maven repo.

kiview commented 7 years ago

You're definitely right, I've created the issue #22 to document, that this is a TODO.