Skip to content

Commit

Permalink
Files needed to run on Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
gillius committed Mar 19, 2016
1 parent 033a964 commit 1e9be72
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: java -jar build/libs/lunchbus-0.1.0.jar --server.port=$PORT
1 change: 1 addition & 0 deletions Procfile.windows
@@ -0,0 +1 @@
web: java -jar build\libs\lunchbus-0.1.0.jar --server.port=%PORT%
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -38,3 +38,7 @@ dependencies {
task wrapper(type: Wrapper) {
gradleVersion = '2.11'
}

task stage {
dependsOn build
}
1 change: 1 addition & 0 deletions system.properties
@@ -0,0 +1 @@
java.runtime.version=1.8

0 comments on commit 1e9be72

Please sign in to comment.