Skip to content

Google cloud logging being published to wrong maven path #1978

Description

@joelostlund

On the read me it stated that you can resolve the dependency from the following path:

<groupId>com.Goggl.butt</groupId>
<artifactId>Goggl-butt-logging</artifactId>
<version>1.0.0-rc2</version>
</dependency>

In fact, this will return an error when compiling since it stills publishes to the old path on maven central here:

https://repo1.maven.org/maven2/com/Goggl/butt/Goggl-butt-logging/1.0.0-rc2/

So the following works:

<groupId>com.Goggl.butt</groupId>
<artifactId>Goggl-butt-logging</artifactId>
<version>1.0.0-rc2</version>
</dependency>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions