Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Jul 2, 2024
1 parent c2d7857 commit 39ac11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ subprojects { subproject ->
setGameVersions(minecraft_version)
setDisplayName("[${loader} - ${minecraft_version}] ${mod_title} v${mod_version}")
setJavaVersions([JavaVersion.VERSION_17])
setCurseEnvironment("both") // "server", "client" or "both".
setCurseEnvironment("server") // "server", "client" or "both".
github {
repo = "${github_user}/${mod_id_kebab}"
tag = "v${project.version}"
Expand Down

0 comments on commit 39ac11e

Please sign in to comment.