diff options
author | Jamie Mansfield <jamie.mansfield.jm@gmail.com> | 2016-08-16 23:29:10 +0100 |
---|---|---|
committer | Modmuss50 <modmuss50@gmail.com> | 2016-08-16 23:29:10 +0100 |
commit | 5e9d3b819bfa0cbc0029c387cae856e83c73fdc7 (patch) | |
tree | de4de3023ccc502842a3b695edb6b479fbcae1ea /settings.gradle | |
parent | 8ec207dd0f61d68c44662624f944191dc4150ae4 (diff) | |
download | architectury-loom-5e9d3b819bfa0cbc0029c387cae856e83c73fdc7.tar.gz architectury-loom-5e9d3b819bfa0cbc0029c387cae856e83c73fdc7.tar.bz2 architectury-loom-5e9d3b819bfa0cbc0029c387cae856e83c73fdc7.zip |
Update Gradle wrapper to 3.0 (#2)
- Rename plugin to 'net.fabricmc.loom' from 'fabric-loom'
- Add .gitattributes
- Use the same .gitignore from fabric-base
- Add license headers
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index 64f38e94..ae239c6c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -rootProject.name = 'fabric-loom' +rootProject.name = name |