Skip to content

Commit

Permalink
Make java-libaray cross version test since 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Feb 21, 2020
1 parent 0dcd3a5 commit e4689af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import spock.lang.Issue
class ToolingApiIdeaLocalGroovyCrossVersionSpec extends ToolingApiSpecification {

@Issue("https://github.com/gradle/gradle/issues/12274")
@TargetGradleVersion(">=3.0")
@TargetGradleVersion(">=3.4")
def "resolves localGroovy() as IdeaSingleEntryLibraryDependency for IdeaProject via tooling API"() {
given:
Assume.assumeFalse("6.2 is broken and does not include localGroovy in the IdeaModule", targetVersion == GradleVersion.version("6.2"))
Expand Down

0 comments on commit e4689af

Please sign in to comment.