Skip to content

Commit

Permalink
Merge pull request #222 from hmrc/DCWL-2106
Browse files Browse the repository at this point in the history
DCWL-2106: Java 21 changes
  • Loading branch information
sunil-sethumadhavan authored Sep 27, 2024
2 parents cdce527 + ba30f4c commit 9dd38d2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import com.typesafe.sbt.web.PathMapping
import com.typesafe.sbt.web.pipeline.Pipeline
import play.sbt.PlayImport.PlayKeys.playDefaultPort
import sbt.Keys._
import sbt.Keys.*
import sbt.Tests.{Group, SubProcess}
import sbt.{Test, inConfig}
import uk.gov.hmrc.DefaultBuildSettings.{addTestReportOption, targetJvm}
import uk.gov.hmrc.gitstamp.GitStampPlugin._
import uk.gov.hmrc.sbtdistributables.SbtDistributablesPlugin._
import uk.gov.hmrc.DefaultBuildSettings.addTestReportOption
import uk.gov.hmrc.gitstamp.GitStampPlugin.*
import uk.gov.hmrc.sbtdistributables.SbtDistributablesPlugin.*

import java.text.SimpleDateFormat
import java.util.Calendar
Expand Down Expand Up @@ -35,7 +35,6 @@ lazy val microservice = (project in file("."))
.settings(playDefaultPort := 9823)
.settings(
scalaVersion := "2.13.12",
targetJvm := "jvm-11",
commonSettings,
unitTestSettings,
integrationComponentTestSettings,
Expand Down

0 comments on commit 9dd38d2

Please sign in to comment.