From 9278f6c4b928480799d00988c66989a76bdd7619 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sun, 13 Jun 2021 13:28:47 +0100 Subject: 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 --- bootstrap/test-project/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/test-project') 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 { -- cgit