Skip to content

Commit

Permalink
Fix left-in hardcoded constant
Browse files Browse the repository at this point in the history
That was a remnant from testing.
  • Loading branch information
sciwhiz12 committed Nov 9, 2024
1 parent 92bc9e0 commit 29c5f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ tasks.register('printGHActionsOutput') {
doLast {
println("CI_VERSION=${project.version}")
println("CI_GROUP=${project.group}")
println("CI_ARTIFACT=parchment-${"1.21.3"}")
println("CI_GAME_VERSION=${"1.21.3"}")
println("CI_ARTIFACT=parchment-${project.compass.version.get()}")
println("CI_GAME_VERSION=${project.compass.version.get()}")
}
}

Expand Down

0 comments on commit 29c5f58

Please sign in to comment.