Skip to content

Commit

Permalink
chore: fix sourcesJar dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Sep 1, 2024
1 parent 6cb7e1a commit 8063169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,7 @@ ext.makeJaxbTask = { args ->
jvmArguments = ["-Duser.language=en"]
}
compileJava.dependsOn taskName
sourcesJar.dependsOn taskName
}

makeJaxbTask(name: 'segmentation', outdir: 'gen/core/segmentation',
Expand Down

0 comments on commit 8063169

Please sign in to comment.