Skip to content

Commit fd9c6bf

Browse files
chore: Undo change to formatting
1 parent c2fbbba commit fd9c6bf

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

build.gradle.kts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,21 @@ tasks.processResources {
100100
val authors = rootProject.property("authors") as String
101101
val contributors = rootProject.property("contributors") as String
102102
val meta = mapOf(
103-
"version" to version,
104-
"modId" to rootProject.property("modId"),
105-
"modName" to rootProject.property("modName"),
106-
"modDescription" to rootProject.property("modDescription"),
107-
"homepage" to "https://modrinth.com/mod/${slug}",
108-
"issues" to "https://github.com/${user}/${slug}/issues",
109-
"sources" to "https://github.com/${user}/${slug}",
110-
"license" to rootProject.property("license"),
111-
"authors" to authors.split(", ").joinToString("\",\n \""),
112-
"contributors" to contributors.split(", ").joinToString("\",\n \""),
113-
"members" to "$authors. Contributions by $contributors",
114-
"mc" to compatibleVersions.split(", ")[0],
115-
"fl" to libs.versions.fl.get(),
116-
"fapi" to libs.versions.fapi.get(),
117-
"placeholder" to libs.versions.placeholder.get(),
103+
"version" to version,
104+
"modId" to rootProject.property("modId"),
105+
"modName" to rootProject.property("modName"),
106+
"modDescription" to rootProject.property("modDescription"),
107+
"homepage" to "https://modrinth.com/mod/${slug}",
108+
"issues" to "https://github.com/${user}/${slug}/issues",
109+
"sources" to "https://github.com/${user}/${slug}",
110+
"license" to rootProject.property("license"),
111+
"authors" to authors.split(", ").joinToString("\",\n \""),
112+
"contributors" to contributors.split(", ").joinToString("\",\n \""),
113+
"members" to "$authors. Contributions by $contributors",
114+
"mc" to compatibleVersions.split(", ")[0],
115+
"fl" to libs.versions.fl.get(),
116+
"fapi" to libs.versions.fapi.get(),
117+
"placeholder" to libs.versions.placeholder.get(),
118118
// "polydex" to libs.versions.polydex.get()
119119
)
120120

0 commit comments

Comments
 (0)