Skip to content

Commit 7b50d31

Browse files
authored
Fix some failing Gradle integration tests (#1612)
1 parent 9e702aa commit 7b50d31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration-test/Analysis/GradleSpec.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Test.Hspec (Spec, aroundAll, describe, it, shouldBe)
1919
import Types (DiscoveredProjectType (..))
2020

2121
gradleEnv :: FixtureEnvironment
22-
gradleEnv = NixEnv ["gradle_7"]
22+
gradleEnv = NixEnv ["gradle"]
2323

2424
springBoot :: AnalysisTestFixture (Gradle.GradleProject)
2525
springBoot =
@@ -29,9 +29,9 @@ springBoot =
2929
gradleEnv
3030
Nothing
3131
$ FixtureArtifact
32-
"https://github.com/spring-projects/spring-boot/archive/refs/tags/v3.1.0-M1.tar.gz"
32+
"https://github.com/spring-projects/spring-boot/archive/refs/tags/v4.0.0-RC2.tar.gz"
3333
[reldir|gradle/sample/|]
34-
[reldir|spring-boot-3.1.0-M1|]
34+
[reldir|spring-boot-4.0.0-RC2|]
3535

3636
gradleSettingsOnly :: AnalysisTestFixture (Gradle.GradleProject)
3737
gradleSettingsOnly =

0 commit comments

Comments
 (0)