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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
public class GoogleStorageWagon extends AbstractStorageWagon {

private GoogleStorageRepository googleStorageRepository;
private Optional<String> keyPath;
private Optional<String> keyPath = Optional.empty();
private Boolean publicRepository;

private static final Logger LOGGER = Logger.getLogger(GoogleStorageWagon.class.getName());
Expand Down