Skip to content

Commit

Permalink
#35 finalName
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 20, 2023
1 parent 1809d61 commit 2342467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: java -Xmx512m -cp target/stateful-2.0-SNAPSHOT-jar-with-dependencies.jar co.stateful.Launch ${PORT} target/heroku-webapp
web: java -Xmx512m -cp target/stateful-jar-with-dependencies.jar co.stateful.Launch ${PORT} target/heroku-webapp

1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<goal>single</goal>
</goals>
<configuration>
<finalName>stateful</finalName>
<archive>
<manifest>
<mainClass>co.stateful.Launch</mainClass>
Expand Down

0 comments on commit 2342467

Please sign in to comment.