generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump kotlin from 1.9.23 to 1.9.25 (#14556)
* Bump kotlin from 1.9.23 to 1.9.25
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
org.gradle.jvmargs=-Dfile.encoding=UTF8 -Xmx2048M | ||
# Set Kotlin version for all peices of the build environment | ||
systemProp.kotlinVersion=1.9.23 | ||
systemProp.kotlinVersion=1.9.25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# This setting makes flyway fall back to session locks as concurrent index creation cannot be done | ||
# within a transaction. This setting is needed as of flyway 9.19.4. | ||
flyway.postgresql.transactional.lock=false | ||
flyway.postgresql.transactional.lock=false |