You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: heroku.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ <h2>Limitations</h2>
18
18
<ul>
19
19
<li>You can only use it with a Postgresql database, as this is what Heroku provides by default</li>
20
20
<li>You can only use it with the Grunt option (which is the recommended default), as it's the only one providing tasks for deploying</li>
21
-
<li>You can only use it with the Maven option (which is the recommended default), as it's the only one supported by Heroku</li>
21
+
<li>You can use it with either Maven or Gradle</li>
22
22
<li>If your applicaiton is killed by Heroku when your Liquibase changelog is being applied, your database will be marked as "locked" by Liquibase. You will need to manually clean the lock table</li>
0 commit comments