diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-05-24 19:36:28 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-05-24 19:36:28 +0200 |
commit | 1b221b45f90a97d867e3c17fef9c9c1af932b06c (patch) | |
tree | 56fef3cfbd1378d1f6be018ca7bb074dc9f4c976 | |
parent | Remove hardcoded port in bot (diff) | |
download | seven-wonders-1b221b45f90a97d867e3c17fef9c9c1af932b06c.tar.gz seven-wonders-1b221b45f90a97d867e3c17fef9c9c1af932b06c.tar.bz2 seven-wonders-1b221b45f90a97d867e3c17fef9c9c1af932b06c.zip |
Make heroku use JRE 11
-rw-r--r-- | system.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system.properties b/system.properties new file mode 100644 index 00000000..9146af53 --- /dev/null +++ b/system.properties @@ -0,0 +1 @@ +java.runtime.version=11 |