Skip to content

Commit

Permalink
deps(gradle-inspector): Again use current Gradle's tooling API version
Browse files Browse the repository at this point in the history
The linked issue has been fixed with Gradle 8.5, which is also what ORT
uses itself by now, so from now on the current Gradle's tooling API
version can be used again.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Dec 4, 2023
1 parent 0a2ca2c commit 7fbd47f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/package-managers/gradle-inspector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ dependencies {
implementation(project(":utils:ort-utils"))
implementation(project(":utils:spdx-utils"))

// Use the latest version that is not affected by https://github.com/gradle/gradle/issues/23208.
implementation("org.gradle:gradle-tooling-api:7.4.2")
implementation("org.gradle:gradle-tooling-api:${gradle.gradleVersion}")

funTestImplementation(testFixtures(project(":analyzer")))
}
Expand Down

0 comments on commit 7fbd47f

Please sign in to comment.