Skip to content

Commit

Permalink
build.gradle - prepare for release of 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Aug 12, 2024
1 parent b0ab18f commit 24c1ea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ plugins {
}

// The Minecraft version we're currently building for
def minecraftVersion = '1.21'
def minecraftVersion = '1.21.1'
// The Paper JavaDoc version to use
def javaDocVersion = '1.21'
// Where this builds on the server
def serverLocation = '1-21'
def serverLocation = '1-21-1'
// Version of NMS-API
def projectVersion = '1.7.1'
def projectVersion = '1.7.2'

compileJava {
sourceCompatibility = '21'
Expand Down

0 comments on commit 24c1ea2

Please sign in to comment.