Skip to content

Commit c153bcc

Browse files
committed
Merge branch 'docs-automation-md' of github.com:brianseeders/elasticsearch into docs-automation-md
2 parents 364a306 + 2b1a140 commit c153bcc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ReleaseToolsPlugin.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ public void apply(Project project) {
8787
task.setBreakingChangesFile(projectDirectory.file("docs/release-notes/breaking-changes.md"));
8888

8989
task.setDeprecationsTemplate(projectDirectory.file(RESOURCES + "templates/deprecations.md"));
90-
task.setDeprecationsFile(
91-
projectDirectory.file("docs/release-notes/deprecations.md")
92-
);
90+
task.setDeprecationsFile(projectDirectory.file("docs/release-notes/deprecations.md"));
9391

9492
task.dependsOn(validateChangelogsTask);
9593
};

0 commit comments

Comments
 (0)