Skip to content

Can't download version 4.5.1 from maven central #217

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

Closed
ParadoxShmaradox opened this issue Jun 1, 2021 · 3 comments
Closed

Can't download version 4.5.1 from maven central #217

ParadoxShmaradox opened this issue Jun 1, 2021 · 3 comments
Labels
bug Auto-generates notes
Milestone

Comments

@ParadoxShmaradox
Copy link

Hey,

Updating the version to 4.5.1:

    <dependency>
        <groupId>io.github.lognet</groupId>
        <artifactId>grpc-spring-boot-starter</artifactId>
        <version>4.5.1</version>
    </dependency>

Fails because the jar file couldn't be found.
Looking in: https://repo.maven.apache.org/maven2/io/github/lognet/grpc-spring-boot-starter/4.5.1/

It seems like the jar file has the suffix "-plain": grpc-spring-boot-starter-4.5.1-plain.jar

Which didn't exist for previous releases.

@jvmlet
Copy link
Collaborator

jvmlet commented Jun 1, 2021

You are right, thanks for reporting.
Spring boot 2.5.0gradle plugin adds plain classifier to the jar task. Will be fixed. Meanwhile you can add plain classifier to the dependency

@jvmlet
Copy link
Collaborator

jvmlet commented Jun 1, 2021

<dependency>
        <groupId>io.github.lognet</groupId>
        <artifactId>grpc-spring-boot-starter</artifactId>
        <version>4.5.1</version>
<classifier>plain</classifier>
    </dependency>

@jvmlet jvmlet closed this as completed in 17968c0 Jun 2, 2021
@jvmlet jvmlet added the bug Auto-generates notes label Jun 2, 2021
@jvmlet jvmlet added this to the 4.5.2 milestone Jun 2, 2021
@jvmlet
Copy link
Collaborator

jvmlet commented Jun 2, 2021

@ParadoxShmaradox , you can upgrade to 4.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Auto-generates notes
Projects
None yet
Development

No branches or pull requests

2 participants