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

update gradle/java/kotlin/grpc/proto #21

Merged

Conversation

piercetrey-figure
Copy link
Collaborator

  • Gradle 8.4
  • Java 17
  • Version library
  • Kotlin 1.9.10

Prepping for updating to pb-grpc-client-kotlin

depends on provenance-io/p8e-scope-sdk#67

@piercetrey-figure piercetrey-figure requested a review from a team as a code owner October 17, 2023 22:25
@@ -72,9 +72,9 @@ class ContractPluginIntegrationTest : WordSpec() {
cleanResult.task(":contracts:clean") shouldNot haveOutcome(TaskOutcome.FAILED)
p8eCleanResult.task(":p8eClean") should haveOutcome(TaskOutcome.SUCCESS)

FileUtils.listFiles(File(contractPath), WildcardFileFilter("ContractHash*.kt"), WildcardFileFilter("."))
FileUtils.listFiles(File(contractPath), WildcardFileFilter.builder().setWildcards("ContractHash*.kt").get(), WildcardFileFilter.builder().setWildcards(".").get())
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

random deprecated stuff, good thing a builder for a simple value is so much more concise than a single constructor

@@ -294,11 +294,11 @@ internal class Bootstrapper(
// filter out specifications that already exist
existingRecordSpecs.contains(functionSpec.outputSpec.spec.name)
}.forEach { functionSpec ->
val id =
val recordSpecId =
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

rando shadowed variable, just getting rid of a warning

@codecov-commenter
Copy link

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (b8bb005) 7.19% compared to head (8025d93) 7.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##              main     #21      +/-   ##
==========================================
+ Coverage     7.19%   7.23%   +0.04%     
+ Complexity       6       3       -3     
==========================================
  Files            9       9              
  Lines          695     691       -4     
  Branches        62      59       -3     
==========================================
  Hits            50      50              
+ Misses         643     639       -4     
  Partials         2       2              
Files Coverage Δ
...kotlin/io/provenance/p8e/plugin/ServiceProvider.kt 0.00% <0.00%> (ø)
...in/kotlin/io/provenance/p8e/plugin/Bootstrapper.kt 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cworsnop-figure cworsnop-figure merged commit a3d1a51 into main Oct 18, 2023
1 check passed
@piercetrey-figure piercetrey-figure deleted the pierctrey-figure/sc-266198/update-gradle-grpc-java-etc branch October 18, 2023 20:47
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.

5 participants