Skip to content

Commit

Permalink
misc: disable jar task from development
Browse files Browse the repository at this point in the history
  • Loading branch information
DebitCardz committed Nov 27, 2023
1 parent 0769258 commit d005809
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions development/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ dependencies {
implementation(rootProject)
}

tasks.jar {
enabled = false
}

tasks.withType<RunServer> {
minecraftVersion("1.20.2")
}
Expand Down

0 comments on commit d005809

Please sign in to comment.