File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ lazy val compilerVersion: String =
1010 val file = communitybuildDir.resolve(" scala3-bootstrapped.version" )
1111 new String (Files .readAllBytes(file), UTF_8 )
1212
13- lazy val isExperimentalCompiler : Boolean =
13+ lazy val compilerSupportExperimental : Boolean =
1414 compilerVersion.contains(" SNAPSHOT" ) || compilerVersion.contains(" NIGHTLY" )
1515
1616lazy val sbtPluginFilePath : String =
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ class CommunityBuildTestB extends CommunityBuildTest:
116116 @ Test def disciplineSpecs2 = projects.disciplineSpecs2.run()
117117 @ Test def munit = projects.munit.run()
118118 @ Test def perspective = projects.perspective.run()
119- @ Test def scodec = if (isExperimentalCompiler ) projects.scodec.run()
119+ @ Test def scodec = if (compilerSupportExperimental ) projects.scodec.run()
120120 @ Test def scodecBits = projects.scodecBits.run()
121121 @ Test def simulacrumScalafixAnnotations = projects.simulacrumScalafixAnnotations.run()
122122end CommunityBuildTestB
You can’t perform that action at this time.
0 commit comments