Skip to content

Commit c5b899d

Browse files
committed
add environment to gen1 split project properties
1 parent 2fcc56b commit c5b899d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

public/develop.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@ import { normalizeMinecraftVersion } from "./minecraft_semver.js";
467467
} else {
468468
elementId = `${project}.gradle.properties.content`;
469469

470+
lines.push(`environment = ${project}`);
471+
lines.push("");
472+
470473
if (project == "client") {
471474
lines.push(`feather_build = ${featherBuilds.client}`);
472475
if (ravenBuilds.client != null) {

0 commit comments

Comments
 (0)