Skip to content

Commit

Permalink
Constraint foojay-resolver version in tests (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Dec 5, 2024
1 parent fc6aab9 commit f806418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") {
exclude(mapOf("group" to "org.codehaus.groovy"))
}
pluginsUnderTest("org.gradle.toolchains:foojay-resolver:0.9.0")
pluginsUnderTest("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
pluginsUnderTest("com.gradleup.shadow:shadow-gradle-plugin:8.3.0")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ProjectWithFeaturePreviewSpec extends AbstractFuncSpec {
settingsFile.text =
"""
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention")
}\n
""" + settingsFile.text
}
Expand Down

0 comments on commit f806418

Please sign in to comment.