Skip to content

Commit

Permalink
build: fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Misat11 committed May 29, 2024
1 parent fec0d1e commit 41c08ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -693,3 +693,9 @@ accessors {
method(int, 'getExperienceValue', int)
}
}

if (tasks.findByName("sourceJar")) {
tasks.named("sourceJar") {
dependsOn('generateAccessors')
}
}

0 comments on commit 41c08ff

Please sign in to comment.