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

Adds jibDockerContext task. #234

Merged
merged 3 commits into from
Apr 26, 2018
Merged

Adds jibDockerContext task. #234

merged 3 commits into from
Apr 26, 2018

Conversation

coollog
Copy link
Contributor

@coollog coollog commented Apr 24, 2018

Fixes #204

// TODO: Refactor with BuildImageTask.
ProjectProperties projectProperties = new ProjectProperties(getProject(), getLogger());

String mainClass = this.mainClass;
Copy link
Member

Choose a reason for hiding this comment

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

Seems like we might want to eventually have a mainClassProvider to share this across tasks?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep! I'll refactor this out (and also in the Maven plugin) in a later PR.

@coollog coollog merged commit 3997dbe into master Apr 26, 2018
@coollog coollog deleted the gradle-dockercontexttask branch April 26, 2018 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants