Skip to content

Commit 6d95533

Browse files
committed
build runDev: specify solr.host.advertise
1 parent e0fe961 commit 6d95533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/packaging/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ tasks.register('runDev', JavaExec) {
235235
jvmArgs = [] // don't use defaults from our build that assume this is a typical build task
236236
jvmArgs((project.findProperty('jvmArgs') ?: '').split())
237237

238-
systemProperty 'solr.host', '127.0.0.1'
238+
systemProperty 'solr.host.advertise', '127.0.0.1'
239239
systemProperty 'solr.port.listen', '8983'
240240
systemProperty 'solr.install.dir', file("$workingDir/..")
241241
systemProperty 'solr.logs.dir', file("$workingDir/logs")

0 commit comments

Comments
 (0)