-
Notifications
You must be signed in to change notification settings - Fork 679
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Scala] Use sbt official docker images (#6159)
* use official sbt images * typo * try scala 3 * use scala 2.x when 3.x is not available * typo * typo * use the same java platform for build and run * upgrade wait time * Revert "upgrade wait time" This reverts commit 9deacf2. * dowgrade to java 11
- Loading branch information
Showing
7 changed files
with
29 additions
and
5 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
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
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,9 @@ | ||
provider: | ||
default: | ||
language: 2.13 | ||
|
||
image-version: 2.13.10 | ||
|
||
framework: | ||
website: twitter.github.io/finatra/ | ||
version: 22.12 |
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
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,9 @@ | ||
provider: | ||
default: | ||
language: 2.13 | ||
|
||
image-version: 2.13.10 | ||
|
||
framework: | ||
website: finagle.github.io/finch/ | ||
version: 0.34 |
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
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,9 @@ | ||
provider: | ||
default: | ||
language: 2.13 | ||
|
||
image-version: 2.13.10 | ||
|
||
framework: | ||
website: playframework.com | ||
version: 2.8 |