upgle commented on code in PR #5276:
URL: https://github.com/apache/openwhisk/pull/5276#discussion_r918466750
##########
core/scheduler/build.gradle:
##########
@@ -44,7 +44,7 @@ buildscript {
dependencies {
// see https://plugins.gradle.org/plugin/com.lightbend.akka.grpc.gradle
// for the currently latest version.
- classpath
'gradle.plugin.com.lightbend.akka.grpc:akka-grpc-gradle-plugin:0.7.2'
+ classpath 'com.lightbend.akka.grpc:akka-grpc-gradle-plugin:1.0.0'
Review Comment:
No, this is for resolving compatibility issue with gradle 6.
This PR is for gradle version upgrade only and does not consider any other
issues.
----
The problem you mentioned seems to be fixed in the akka-grpc 2.1.0 version.
I tried to upgrade the version, but the build does not work due to a
dependency problem.
It would be better to deal with other PR.
https://github.com/akka/akka-grpc/releases/tag/v2.1.0
https://github.com/akka/akka-grpc/pull/1363
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]