don't use JSON for parsing metadata

This commit is contained in:
2025-01-11 15:21:14 +02:00
parent 7a13b032f8
commit 24d0cb73b6
4 changed files with 42 additions and 16 deletions

View File

@@ -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"],