Skip to content

Commit

Permalink
Update minecraft-spigot.json
Browse files Browse the repository at this point in the history
LordRalex authored Jul 4, 2024
1 parent 250fb2d commit c264e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minecraft-spigot/minecraft-spigot.json
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@
{
"type": "command",
"commands": [
"java21 -jar BuildTools.jar --rev ${version}"
"java${javaversion} -jar BuildTools.jar --rev ${version}"
]
},
{
@@ -93,4 +93,4 @@
"environment": {
"type": "standard"
}
}
}

1 comment on commit c264e6e

@Dethkiller15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fairly certain that the other MC server templates have the same issue. If not please disregard.

Please sign in to comment.