Skip to content

Commit

Permalink
[Java] Fix Checkstyle warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Sep 12, 2024
1 parent fdf44e7 commit 13ffe71
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public class AsciidoctorPreprocessTask extends DefaultTask

private final File source = new File(sampleBaseDir, "/src/docs/asciidoc");

private final File target = new File(getProject().getLayout().getBuildDirectory().getAsFile().get(), "/asciidoc/asciidoc");
private final File target = new File(
getProject().getLayout().getBuildDirectory().getAsFile().get(), "/asciidoc/asciidoc");

// Has a slightly silly name to avoid name clashes in the build script.
private String versionText;
Expand Down

0 comments on commit 13ffe71

Please sign in to comment.