Is there an example of passing system property to ...
# announcements
r
Is there an example of passing system property to application via Gradle application.run using Kotlin DSL?
g
tasks.named("run") { //Your config }