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

feat(java-yoshi): handle build.gradle and dependencies.properties files #457

Merged
merged 3 commits into from
Jun 11, 2020

Conversation

chingor13
Copy link
Contributor

This will allow release-please to handle repos like gax-java and other gradle projects we manage

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 10, 2020
@codecov
Copy link

codecov bot commented Jun 10, 2020

Codecov Report

Merging #457 into master will decrease coverage by 0.24%.
The diff coverage is 47.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #457      +/-   ##
==========================================
- Coverage   79.95%   79.71%   -0.25%     
==========================================
  Files          40       40              
  Lines        4595     4628      +33     
  Branches      346      374      +28     
==========================================
+ Hits         3674     3689      +15     
- Misses        920      938      +18     
  Partials        1        1              
Impacted Files Coverage Δ
src/releasers/java-yoshi.ts 87.50% <47.05%> (-5.81%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db399f6...b68b4c5. Read the comment docs.

@bcoe bcoe merged commit c8094f8 into googleapis:master Jun 11, 2020
@@ -191,7 +192,13 @@ export class JavaYoshi extends ReleasePR {
})
);

const pomFiles = await this.gh.findFilesByFilename('pom.xml');
const pomFilesSearch = this.gh.findFilesByFilename('pom.xml');
const buildFilesSearch = this.gh.findFilesByFilename('build.gradle');
Copy link

Choose a reason for hiding this comment

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

what about build.gradle.kts?

@chingor13 chingor13 deleted the gradle-support branch June 15, 2020 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants