Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
It didn't get included in the previous commit
  • Loading branch information
RedNesto committed Jul 4, 2024
1 parent f1a1e0a commit 322cf27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ tasks.register("cleanSandbox", Delete::class) {
}

tasks.withType<PrepareSandboxTask> {
pluginJar.set(tasks.jar.get().archiveFile)
from(externalAnnotationsJar) {
into("Minecraft Development/lib/resources")
}
Expand Down

0 comments on commit 322cf27

Please sign in to comment.