Skip to content

Commit

Permalink
Update MC version in artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakubk15 committed Jan 10, 2025
1 parent 93ef8e4 commit 8c5959b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
options.setIncremental(true)
options.compilerArgs.add("-parameters")
options.release = 17
options.release = 21
}

tasks {
Expand All @@ -138,7 +138,7 @@ tasks {
}

shadowJar {
archiveFileName.set("ParcelLockers v${project.version} (MC 1.17.x-1.21.x).jar")
archiveFileName.set("ParcelLockers v${project.version} (MC 1.21.3-1.21.4).jar")

exclude(
"org/intellij/lang/annotations/**",
Expand Down

0 comments on commit 8c5959b

Please sign in to comment.