Description
Empty directory. Build file contains only
plugins { id "com.marklogic.ml-gradle" version "4.5.0" }
Result:
Configure project :
Evaluating root project 'PerformanceTesting' using build file '/Users/sparnell/projects/PerformanceTesting/build.gradle'.
Initializing ml-gradle
Initializing ManageClient with manage config of: http://localhosthost:8002
FAILURE: Build failed with an exception.
-
Where:
Build file '/Users/sparnell/projects/PerformanceTesting/build.gradle' line: 1 -
What went wrong:
An exception occurred applying plugin request [id: 'com.marklogic.ml-gradle', version: '4.5.0']
Failed to apply plugin 'com.marklogic.ml-gradle'.
Unable to connect to the MarkLogic app server at http://localhosthost:8002; cause: username must be of type String
I don't have a local instance of MarkLogic installed and don't plan to.
Version 4.4.0 does not have this issue.