on 2020 Apr 27 6:06 PM
Hi Everyone
I am getting this issue while running the custom recipe for docker image for solr.
Execution failed for task ':recipes:docker_plus:createImagesStructure'. > You must provide solr distribution directory via solrDistribution(String) method
Below is build.gradle solr code
solrImage('solr') {
solrDistribution "${project.projectDir}/solr"
templateDir "${project.projectDir}/resources/template/solrimage"
properties { property 'port', '8983' }
}
templateDir i have created manually but how solrDistribution folder will work here?
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.