Skip to content

Commit f08a35a

Browse files
committed
Fix code style warning
1 parent 80e5429 commit f08a35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/io/github/jwharm/flatpakgradlegenerator/FlatpakGradleGeneratorTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void apply() throws IOException, ExecutionException, InterruptedException
151151
generateSourcesListForConfigurations(repositories, getProjectConfigurationsToProcess());
152152
LOGGER.info("Project dependencies resolved successfully");
153153

154-
LOGGER.info("Writing result to " + getOutputFile().getAsFile());
154+
LOGGER.info("Writing result to {}", getOutputFile().getAsFile());
155155
// Merge the json blocks into a json list, and write the result to the
156156
// output file
157157
Files.writeString(

0 commit comments

Comments
 (0)