Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Asleeepp committed Sep 19, 2024
1 parent 96dce83 commit b740bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def java21 = 21
def java17 = 17
def java11 = 11

def latestEnv = 'java21/paper-1.21.0.json'
def latestEnv = 'java21/paper-1.21.1.json'
def latestJava = java21
def oldestJava = java11

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "paper-1.21.0",
"name": "paper-1.21.1",
"resources": [
{"source": "server.properties.generic", "target": "server.properties"}
],
"paperDownloads": [
{
"version": "1.21",
"version": "1.21.1",
"target": "paperclip.jar"
}
],
Expand Down

0 comments on commit b740bd3

Please sign in to comment.