-
Notifications
You must be signed in to change notification settings - Fork 165
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
Why is :jdk8@jar
required in the plugin artifact string?
#568
Comments
I wonder if this is needed depending on your JVM version. What version are you using? |
I believe I have 11 and 17 installed. That said there's only one version,
the jdk8 version:
https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-kotlin/1.4.1/
…On Mon, Mar 11, 2024 at 11:46 AM James Ward ***@***.***> wrote:
I wonder if this is needed depending on your JVM version. What version are
you using?
—
Reply to this email directly, view it on GitHub
<#568 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMM2SX77QDXC4KSAUD7FYDYXXUXXAVCNFSM6AAAAABEQSHZHSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBYHEZTANRVGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Tim Froehlich
Test Engineer for DesignCompose and AAOS
Located in Austin TX, US Central Time
balance/froeht
|
I tried removing it in
For reference, here is the PR to protobuf-gradle-plugin that added support for JAR plugins: Can you give more details on how you removed the classifier and got it working? |
Well, I don't know. Perhaps I hadn't cleared my cache properly or perhaps I built the wrong target. I noticed it while working on another team's code. But the PR you linked does seem to say that it was needed so perhaps it is. It's not worth me digging in further, I just wanted to try and remove some odd looking code. |
Is there a reason for it? My build seems to work fine without it and that seems to be the only artifact that's being published anyways.
The text was updated successfully, but these errors were encountered: