File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/aml-org/amf-ci-tools-base-image:1.4.0-java21.test.0
1+ FROM ghcr.io/aml-org/amf-ci-tools-base-image:1.4.0
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ pipeline {
4444 when {
4545 anyOf {
4646 branch ' master'
47- branch ' java21-2024'
4847 }
4948 }
5049 steps {
@@ -60,7 +59,6 @@ pipeline {
6059 when {
6160 anyOf {
6261 branch ' master'
63- branch ' java21-2024'
6462 }
6563 }
6664 steps {
Original file line number Diff line number Diff line change 11import sbtcrossproject .CrossPlugin .autoImport .crossProject
22import sbtsonar .SonarPlugin .autoImport .sonarProperties
33
4- // ThisBuild / version := getVersion(2, 0)
5- ThisBuild / version := " 2.1.0-java21-0"
4+ ThisBuild / version := getVersion(2 , 1 )
65ThisBuild / scalacOptions ++= Seq (" -feature" )
76ThisBuild / scalaVersion := " 2.12.20"
87
You can’t perform that action at this time.
0 commit comments