mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Remove parens on the alias syntax
why the heck am i doing that
This commit is contained in:
parent
4b7d909fbc
commit
9c8940d2ae
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
alias(libs.plugins.quilt.loom)
|
alias libs.plugins.quilt.loom
|
||||||
}
|
}
|
||||||
|
|
||||||
archivesBaseName = project.archives_base_name
|
archivesBaseName = project.archives_base_name
|
||||||
|
|
Loading…
Reference in a new issue