Skip to content

Commit b4bfdfe

Browse files
authored
Merge pull request #1 from hypertrace/clean/unused-properties
Removing un-used args from jvm-args
2 parents 27a0491 + 3c11b3c commit b4bfdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity-service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ application {
8080

8181
// Config for gw run to be able to run this locally. Just execute gw run here on Intellij or on the console.
8282
tasks.run<JavaExec> {
83-
jvmArgs = listOf("-Dbootstrap.config.uri=file:${projectDir}/src/main/resources/configs", "-Dservice.name=${project.name}", "-Dcluster.name=dev", "-Dpod.name=pod1")
83+
jvmArgs = listOf("-Dbootstrap.config.uri=file:${projectDir}/src/main/resources/configs", "-Dservice.name=${project.name}")
8484
}
8585

8686
tasks.jacocoIntegrationTestReport {

0 commit comments

Comments
 (0)