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

Do not download the "latest" jar on every test run #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

charithe
Copy link

If dynamoDBLocalVersion is set to latest, the current behaviour of the plugin is to download the DynamoDB jar on every invocation of the test task. This slows down tests quite a bit. Since updates to DynamoDB Local are not very frequent, this PR adds a check to download the jar only if the current copy is older than a specified amount of time. Users are able to specify the wait duration using the dynamoDBLocalDownloadIfOlderThan setting.

@cjwebb
Copy link

cjwebb commented Sep 3, 2015

+1

bdarfler pushed a commit to localytics/sbt-dynamodb that referenced this pull request Dec 23, 2015
@bdarfler
Copy link

Hi, looks like this repo has gone quiet. We've forked it to keep making improvements including merging this PR in. Check it out https://github.com/localytics/sbt-dynamodb/.

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

Successfully merging this pull request may close these issues.

3 participants