don't use JSON for parsing metadata
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
description = "A collection of utils and structures for the rest of the project";
|
||||
|
||||
tasks.processResources {
|
||||
filesMatching("metadata.json", {
|
||||
filesMatching("metadata", {
|
||||
expand(
|
||||
"version" to properties["project_version"],
|
||||
"name" to properties["project_name"],
|
||||
|
||||
Reference in New Issue
Block a user