aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/test-project
diff options
context:
space:
mode:
authormodmuss50 <modmuss50@gmail.com>2021-06-13 13:28:47 +0100
committerGitHub <noreply@github.com>2021-06-13 13:28:47 +0100
commit9278f6c4b928480799d00988c66989a76bdd7619 (patch)
tree501b3cececb66e34ac60ece69589f5c665ca9733 /bootstrap/test-project
parent0cfa88f73b7b6da200dc5bac3dde3884a854e17f (diff)
downloadarchitectury-loom-9278f6c4b928480799d00988c66989a76bdd7619.tar.gz
architectury-loom-9278f6c4b928480799d00988c66989a76bdd7619.tar.bz2
architectury-loom-9278f6c4b928480799d00988c66989a76bdd7619.zip
Fix new gradle 8.0 deprecation added in 7.2 (#416)
* Fix new gradle 8.0 deprecation added in 7.2 * Handle bootstrap tests a bit better * Fix 0.9 wrapper tests
Diffstat (limited to 'bootstrap/test-project')
-rw-r--r--bootstrap/test-project/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/test-project/build.gradle b/bootstrap/test-project/build.gradle
index 2cb6e85a..f2a0541d 100644
--- a/bootstrap/test-project/build.gradle
+++ b/bootstrap/test-project/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'fabric-loom' version '0.8.local'
+ id 'fabric-loom' version '0.9.local'
}
dependencies {