Skip to content

Commit

Permalink
Update groovy version to 2.5 for spock 2
Browse files Browse the repository at this point in the history
Change-Id: I4f2e195ae8fd2b68d9fb9ec1756d092a2884975e
  • Loading branch information
ngyukman committed Aug 6, 2021
1 parent 57e1d28 commit 739d72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description 'Gradle plugin for MSBuild project build.'
ext.dotnetPath = file('src/main/dotnet')

dependencies {
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
testImplementation 'org.spockframework:spock-core:2.0-groovy-2.5'
testImplementation 'junit:junit:4.12'
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.2.0"
implementation 'net.java.dev.jna:jna:4.2.2'
Expand Down

0 comments on commit 739d72b

Please sign in to comment.