Skip to content

Commit 59c6551

Browse files
Update Comparison Ktor sample to support integration with Heroku
1 parent 963a60b commit 59c6551

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Demos/Ktor/Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: .\gradlew.bat :run
1+
web: build\install\comparison-ktor\bin\comparison-ktor

Demos/Ktor/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ application {
2424
applicationDefaultJvmArgs = listOf("-Dio.ktor.development=$isDevelopment")
2525
}
2626

27+
tasks {
28+
create("stage").dependsOn("installDist")
29+
}
30+
2731
dependencies {
2832
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version")
2933

0 commit comments

Comments
 (0)