coding4cc opened a new issue, #540:
URL: https://github.com/apache/pekko-grpc/issues/540

   // in project/plugins.sbt:
   addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.2.0")
   
   compile project occur an error below:
   
   `/Library/Java/JavaVirtualMachines/jdk1.8.0_361.jdk/Contents/Home/bin/java 
-Djline.terminal=jline.UnsupportedTerminal -Dsbt.log.noformat=true 
-Dfile.encoding=UTF-8 -Xmx2048M -Dgrouping.with.qualified.names.enabled=true 
-Dseparate.prod.test.sources.enabled=true -Didea.managed=true 
-Dfile.encoding=UTF-8 -Didea.installation.dir=/Applications/IntelliJ 
IDEA.app/Contents -jar /Users/coding4cc/Library/Application 
Support/JetBrains/IntelliJIdea2025.2/plugins/Scala/launcher/sbt-launch.jar
   [info] welcome to sbt 1.7.2 (Oracle Corporation Java 1.8.0_361)
   [info] loading global plugins from /Users/coding4cc/.sbt/1.0/plugins
   [info] loading settings for project sdk-scala-build from plugins.sbt ...
   [info] loading project definition from 
/Users/coding4cc/git_repository/kunlun/sdk-scala/project
   [warn]
   [warn]       Note: Some unresolved dependencies have extra attributes.  
Check that these dependencies exist with the requested attributes.
   [warn]               org.apache.pekko:pekko-grpc-sbt-plugin:1.2.0 
(sbtVersion=1.0, scalaVersion=2.12)
   [warn]
   [warn]       Note: Unresolved dependencies path:
   [error] sbt.librarymanagement.ResolveException: Error downloading 
org.apache.pekko:pekko-grpc-sbt-plugin;sbtVersion=1.0;scalaVersion=2.12:1.2.0
   [error]   Not found
   [error]   Not found
   [error]   not found: 
https://repo1.maven.org/maven2/org/apache/pekko/pekko-grpc-sbt-plugin_2.12_1.0/1.2.0/pekko-grpc-sbt-plugin-1.2.0.pom
   [error]   not found: 
/Users/coding4cc/.ivy2/local/org.apache.pekko/pekko-grpc-sbt-plugin/scala_2.12/sbt_1.0/1.2.0/ivys/ivy.xml
   [error]   not found: 
https://repo.huaweicloud.com/repository/maven/org/apache/pekko/pekko-grpc-sbt-plugin_2.12_1.0/1.2.0/pekko-grpc-sbt-plugin-1.2.0.pom
   [error]   not found: 
https://repo.huaweicloud.com/repository/ivy/org.apache.pekko/pekko-grpc-sbt-plugin/scala2.12/sbt1.0/1.2.0/ivys/artifact.xml
   [error]   not found: 
https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.apache.pekko/pekko-grpc-sbt-plugin/scala_2.12/sbt_1.0/1.2.0/ivys/ivy.xml
   [error]   not found: 
https://repo.typesafe.com/typesafe/ivy-releases/org.apache.pekko/pekko-grpc-sbt-plugin/scala_2.12/sbt_1.0/1.2.0/ivys/ivy.xml
   [error]   not found: 
https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.apache.pekko/pekko-grpc-sbt-plugin/scala_2.12/sbt_1.0/1.2.0/ivys/ivy.xml
   [error]      at 
lmcoursier.CoursierDependencyResolution.unresolvedWarningOrThrow(CoursierDependencyResolution.scala:345)
   [error]      at 
lmcoursier.CoursierDependencyResolution.$anonfun$update$38(CoursierDependencyResolution.scala:314)
   [error]      at scala.util.Either$LeftProjection.map(Either.scala:573)
   [error]      at 
lmcoursier.CoursierDependencyResolution.update(CoursierDependencyResolution.scala:314)
   [error]      at 
sbt.librarymanagement.DependencyResolution.update(DependencyResolution.scala:60)
   [error]      at 
sbt.internal.LibraryManagement$.resolve$1(LibraryManagement.scala:59)
   [error]      at 
sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$12(LibraryManagement.scala:133)
   [error]      at sbt.util.Tracked$.$anonfun$lastOutput$1(Tracked.scala:73)
   [error]      at 
sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$20(LibraryManagement.scala:146)
   [error]      at scala.util.control.Exception$Catch.apply(Exception.scala:228)
   [error]      at 
sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11(LibraryManagement.scala:146)
   [error]      at 
sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11$adapted(LibraryManagement.scala:127)
   [error]      at sbt.util.Tracked$.$anonfun$inputChangedW$1(Tracked.scala:219)
   [error]      at 
sbt.internal.LibraryManagement$.cachedUpdate(LibraryManagement.scala:160)
   [error]      at sbt.Classpaths$.$anonfun$updateTask0$1(Defaults.scala:3687)
   [error]      at scala.Function1.$anonfun$compose$1(Function1.scala:49)
   [error]      at 
sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:62)
   [error]      at sbt.std.Transform$$anon$4.work(Transform.scala:68)
   [error]      at sbt.Execute.$anonfun$submit$2(Execute.scala:282)
   [error]      at 
sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:23)
   [error]      at sbt.Execute.work(Execute.scala:291)
   [error]      at sbt.Execute.$anonfun$submit$1(Execute.scala:282)
   [error]      at 
sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
   [error]      at 
sbt.CompletionService$$anon$2.call(CompletionService.scala:64)
   [error]      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [error]      at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [error]      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [error]      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [error]      at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [error]      at java.lang.Thread.run(Thread.java:750)
   [error] (update) sbt.librarymanagement.ResolveException: Error downloading 
org.apache.pekko:pekko-grpc-sbt-plugin;sbtVersion=1.0;scalaVersion=2.12:1.2.0
   [error]   Not found
   [error]   Not found
   [error]   not found: 
https://repo1.maven.org/maven2/org/apache/pekko/pekko-grpc-sbt-plugin_2.12_1.0/1.2.0/pekko-grpc-sbt-plugin-1.2.0.pom`


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to