diff --git a/build.gradle b/build.gradle index a7968ba..69c71eb 100644 --- a/build.gradle +++ b/build.gradle @@ -48,8 +48,6 @@ dependencies { tasks.named("test", Test) { useJUnitPlatform() - - } processResources { @@ -58,6 +56,10 @@ processResources { filesMatching("fabric.mod.json") { expand "version": inputs.properties.version } + + filesMatching("quilt.mod.json") { + expand "version": inputs.properties.version + } } tasks.withType(JavaCompile).configureEach { diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 9dbf5b8..89cea00 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -1,7 +1,7 @@ { "schema_version": 1, "quilt_loader": { - "group": "${group}", + "group": "arzumify.polyenergy", "id": "polyenergy", "version": "${version}", "metadata": { @@ -37,4 +37,4 @@ } ] } -} \ No newline at end of file +}