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: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,18 @@ This plugin is quite prescriptive in that it forcibly manages the contents of th
34
34
35
35
### JDK settings
36
36
37
-
We recommend you set the following setting in `build.sbt`:
37
+
sbt-github-actions currently defaults to using JDK 8 for testing and publishing. The following setting changes to using Temurin JDK 17 instead, which might be more common lately:
38
38
39
39
```scala
40
-
// sbt-github-actions defaults to using JDK 8 for testing and publishing.
0 commit comments