Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Aug 27, 2024
1 parent fca1a6e commit cc6fa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ javadoc {
doFirst {
copy {
from 'resources/javadoc/overview.html'
into "$buildDir/tmp/javadoc"
into "$projectDir/build/tmp/javadoc"
filter(ReplaceTokens, tokens: [
name: project.name,
version: project.version
Expand Down

0 comments on commit cc6fa79

Please sign in to comment.