Skip to content

Google cloud logging being published to wrong maven path #1978

@joelostlund

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>

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