Skip to content

Commit

Permalink
#406 java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 10, 2023
1 parent f2541ee commit 6e61483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: java -Dfile.encoding=UTF-8 -Xmx512m -XX:MaxPermSize=128m -cp s3auth-rest/target/s3auth-rest.jar:s3auth-rest/target/deps/* com.s3auth.Launch --port=${PORT} --threads=40
web: java -Dfile.encoding=UTF-8 -Xmx512m -cp s3auth-rest/target/s3auth-rest.jar:s3auth-rest/target/deps/* com.s3auth.Launch --port=${PORT} --threads=40

2 changes: 1 addition & 1 deletion system.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java.runtime.version=1.8
java.runtime.version=17

0 comments on commit 6e61483

Please sign in to comment.