Thanks to visit codestin.com
Credit goes to github.com

Skip to content

postgres still running after gradle stops #5

@strattonbrazil

Description

@strattonbrazil

I'm noticing after stopping the gradle process (either with Ctrl-C or "./gradlew --stop") the postgres server is still running despite having the "stopWhenBuildFinished" parameter set to true. Running Ubuntu Linux.

postgresEmbedded {
	version = "V10"
	host = DB_HOSTNAME
	port = DB_PORT
	dbName = DB_NAME
	username = DB_USERNAME
	password = DB_PASSWORD
	stopWhenBuildFinished = true
}

Is this a known issue?

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions