Skip to content
This repository has been 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
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2019

  1. We've run into an issue with the plugin. Version 1.7 works for us fin…

    …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.
    Nate Putnam committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    4a510c8 View commit details
    Browse the repository at this point in the history
  2. Messed this up between merges.

    Nate Putnam committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    a714f44 View commit details
    Browse the repository at this point in the history