We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ae727 commit 9031b8fCopy full SHA for 9031b8f
google-api-client/src/main/java/com/google/api/client/googleapis/GoogleUtils.java
@@ -93,7 +93,8 @@ private static String getVersion() {
93
// this value should be read and cached for later use
94
String version = null;
95
try (InputStream inputStream =
96
- GoogleUtils.class.getResourceAsStream("google-api-client.properties")) {
+ GoogleUtils.class.getResourceAsStream(
97
+ "/com/google/api/client/googleapis/google-api-client.properties")) {
98
if (inputStream != null) {
99
Properties properties = new Properties();
100
properties.load(inputStream);
0 commit comments