cloudfoundry-samples / cf-s3-demo

Basic demo using S3 as a user-provided service
12 stars 32 forks source link

Configuration with name 'archives' not found. #3

Open zdharmawan opened 8 years ago

zdharmawan commented 8 years ago

Hi there,

I tried build the project using Gradle 2.13, I received Configuration with name 'archives not found'. Detailed exception here: https://gist.github.com/zdharmawan/618f562c8fa896b9afe1dba806ff13e5.

Any hints? Thanks.

Regards,

Zul

adrianmo commented 7 years ago

@zdharmawan if you are still interested in this sample app, you can use my fork which is working fine and has all the dependencies updated.

I made the following PR #4 to incorporate the changes to this repo, but until somebody reviews it and approves it, you can use my fork (branch s3-compatible-backend): https://github.com/adrianmo/cf-s3-demo/tree/s3-compatible-backend

Cheers, -Adrian

adrianmo commented 7 years ago

@zdharmawan the PR has already been merged. You can now use the master branch of this repo :)

zdharmawan commented 7 years ago

Nice @adrianmo. Thanks