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 {
44
44
when {
45
45
anyOf {
46
46
branch ' master'
47
- branch ' java21-2024'
48
47
}
49
48
}
50
49
steps {
@@ -60,7 +59,6 @@ pipeline {
60
59
when {
61
60
anyOf {
62
61
branch ' master'
63
- branch ' java21-2024'
64
62
}
65
63
}
66
64
steps {
Original file line number Diff line number Diff line change 1
1
import sbtcrossproject .CrossPlugin .autoImport .crossProject
2
2
import sbtsonar .SonarPlugin .autoImport .sonarProperties
3
3
4
- // ThisBuild / version := getVersion(2, 0)
5
- ThisBuild / version := " 2.1.0-java21-0"
4
+ ThisBuild / version := getVersion(2 , 1 )
6
5
ThisBuild / scalacOptions ++= Seq (" -feature" )
7
6
ThisBuild / scalaVersion := " 2.12.20"
8
7
You can’t perform that action at this time.
0 commit comments