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 Aug 29, 2024
1 parent 8b1e17d commit a31ccf1
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 @@ -1465,6 +1465,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 a31ccf1

Please sign in to comment.