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 maven and gradle updates according to the buildTool present in the… #93

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

avdev4j
Copy link
Collaborator

@avdev4j avdev4j commented Jun 15, 2020

… application

To avoid error messages when we run the Kafka on module :

const vavrVersion = '0.10.3';
generator.addMavenProperty('vavr.version', vavrVersion);
generator.addGradleProperty('vavr_version', vavrVersion);
generator.addMavenDependency('io.vavr', 'vavr', '${vavr.version}'); // eslint-disable-line no-template-curly-in-string
generator.addGradleDependency('implementation', 'io.vavr', 'vavr', '${vavr_version}'); // eslint-disable-line no-template-curly-in-string

@CLAassistant
Copy link

CLAassistant commented Jun 15, 2020

CLA assistant check
All committers have signed the CLA.

@fdelbrayelle fdelbrayelle merged commit 0cdcf23 into fdelbrayelle:master Jun 15, 2020
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