diff options
author | Jonas Herzig <jonas@spark-squared.com> | 2022-02-17 10:54:34 +0100 |
---|---|---|
committer | Jonas Herzig <jonas@spark-squared.com> | 2022-02-17 10:54:34 +0100 |
commit | 234f9ccbfd2e67ba9cbbcc67b28dcfb5f6c4ffef (patch) | |
tree | 7272597478c80713cb42e0851ea928c9e199ad72 /bootstrap/test-project/build.gradle | |
parent | d424c83691e22618a2c7b0a1de842c0dcf1a2347 (diff) | |
download | architectury-loom-234f9ccbfd2e67ba9cbbcc67b28dcfb5f6c4ffef.tar.gz architectury-loom-234f9ccbfd2e67ba9cbbcc67b28dcfb5f6c4ffef.tar.bz2 architectury-loom-234f9ccbfd2e67ba9cbbcc67b28dcfb5f6c4ffef.zip |
Reconfigure plugin id and repo for essential maven
Diffstat (limited to 'bootstrap/test-project/build.gradle')
-rw-r--r-- | bootstrap/test-project/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/test-project/build.gradle b/bootstrap/test-project/build.gradle index ab88e467..578e50ab 100644 --- a/bootstrap/test-project/build.gradle +++ b/bootstrap/test-project/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'dev.architectury.loom' version '0.10.local' + id 'gg.essential.loom' version '0.10.local' } dependencies { |