This repository was archived by the owner on Apr 16, 2021. It is now read-only.
We've run into an issue with the plugin. Version 1.7 works for us fin…#63
Open
nputnam wants to merge 2 commits intogkatzioura:masterfrom
Open
We've run into an issue with the plugin. Version 1.7 works for us fin…#63nputnam wants to merge 2 commits intogkatzioura:masterfrom
nputnam wants to merge 2 commits intogkatzioura:masterfrom
Conversation
added 2 commits
August 22, 2019 14:55
…e but late latest fails with the following stack. Aug 22, 2019 2:45:33 PM com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository connect SEVERE: Could not establish connection with google cloud java.lang.NullPointerException at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.createStorage(GoogleStorageRepository.java:74) at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.connect(GoogleStorageRepository.java:65) at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageWagon.connect(GoogleStorageWagon.java:139) at org.eclipse.aether.transport.wagon.WagonTransporter.connectWagon(WagonTransporter.java:342) Removed the rest of the call stack for brevity. Following change fixes the issue for us. Was hoping to get it adopted upstream.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…e but late latest fails with the following stack.
Aug 22, 2019 2:45:33 PM com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository connect
SEVERE: Could not establish connection with google cloud
java.lang.NullPointerException
at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.createStorage(GoogleStorageRepository.java:74)
at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.connect(GoogleStorageRepository.java:65)
at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageWagon.connect(GoogleStorageWagon.java:139)
at org.eclipse.aether.transport.wagon.WagonTransporter.connectWagon(WagonTransporter.java:342)
Removed the rest of the call stack for brevity.
Following change fixes the issue for us. Was hoping to get it adopted upstream.