Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

refactor(build): moved to gradle #5

Merged
merged 3 commits into from
Oct 17, 2017
Merged

Conversation

emjburns
Copy link

@cfieber PTAL, and let me know how to integrate this correctly with Travis/etc

Copy link

@cfieber cfieber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, there were a couple small things - I can update the .travis.yml after this goes in and I think we will be good to go.

build.gradle Outdated
}

dependencies {
spinnaker.group('test')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect the group('test') and testCompile groovy aren't necessary here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need some of those test dependencies (junit) - should I just bring in that one instead of all of the group 'test'?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably just add junit, our test group brings in spock and friends which we don't need (for now anyway)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok fixing!

build.gradle Outdated
description = "Redis embedded server for Java integration testing"
group = "com.netflix.spinnaker.embedded-redis"
apply plugin: 'spinnaker.project'
apply plugin: 'groovy'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could just make this apply plugin: 'java' and get rid of the tasks.compileGroovy.enabled line below

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok fixing


<developers>
<developer>
<name>Krzysztof Styrc</name>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should add an AUTHORS file including Krzysztof and also a top level LICENSE.txt file as in the other repos

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok done. Should we add the other authors mentioned in the README.md?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems reasonable to me, yeah

@emjburns emjburns merged commit e395e19 into spinnaker:master Oct 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants