Skip to content

Commit

Permalink
Use java 8 and java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Jul 2, 2021
1 parent 875bd9b commit e05c7c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ object DavenverseGithubActionsPlugin extends AutoPlugin {

override def buildSettings: Seq[Setting[_]] = Seq(
githubWorkflowArtifactUpload := false,
githubWorkflowJavaVersions := Seq("adopt@1.8", "adopt@1.11"),
// Settings I expect may need some sort of additional configuration in the future
githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test", "mimaReportBinaryIssues"))),
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v")), RefPredicate.Equals(Ref.Branch("main"))),
Expand Down

0 comments on commit e05c7c8

Please sign in to comment.