Skip to content

Commit 56ad7a2

Browse files
georgeajitgeorgeajit
authored andcommitted
No Task - Using different class loader to get properties loaded for post
Java 8 releases
1 parent f790d6d commit 56ad7a2

File tree

1 file changed

+1
-1
lines changed
  • marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest

1 file changed

+1
-1
lines changed

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ConnectedRESTQA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ public static void loadGradleProperties() {
25082508
InputStream input = null;
25092509

25102510
try {
2511-
input = property.getClass().getResourceAsStream("/test.properties");
2511+
input = ConnectedRESTQA.class.getResourceAsStream("/test.properties");
25122512

25132513
// load a properties file
25142514
property.load(input);

0 commit comments

Comments
 (0)