aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/build.gradle
diff options
context:
space:
mode:
authormodmuss50 <modmuss50@gmail.com>2021-07-24 19:35:39 +0100
committermodmuss50 <modmuss50@gmail.com>2021-07-24 19:35:53 +0100
commit4601cc1db24cd8d5d02a230f343d79aafdf51dab (patch)
treea125d057e4101ca1b19646a3e4c47e74ab31d00e /bootstrap/build.gradle
parent08a797c53b4d875442e4f5fc05e161529fedd02d (diff)
downloadarchitectury-loom-4601cc1db24cd8d5d02a230f343d79aafdf51dab.tar.gz
architectury-loom-4601cc1db24cd8d5d02a230f343d79aafdf51dab.tar.bz2
architectury-loom-4601cc1db24cd8d5d02a230f343d79aafdf51dab.zip
Update mercury. Test with Gradle 7.3 nightlys. Bump other deps.
Diffstat (limited to 'bootstrap/build.gradle')
-rw-r--r--bootstrap/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/build.gradle b/bootstrap/build.gradle
index 7db4d755..54c094da 100644
--- a/bootstrap/build.gradle
+++ b/bootstrap/build.gradle
@@ -19,7 +19,7 @@ dependencies {
implementation gradleApi()
testImplementation(gradleTestKit())
- testImplementation('org.spockframework:spock-core:2.0-M5-groovy-3.0') {
+ testImplementation('org.spockframework:spock-core:2.0-groovy-3.0') {
exclude module: 'groovy-all'
}
}