Skip to content

Commit fc997f6

Browse files
committed
Revert "Pin Antora's Node version to 24.14.1"
This reverts commit cf2ca41. Closes gh-50879
1 parent 3edbc80 commit fc997f6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

buildSrc/src/main/java/org/springframework/boot/build/AntoraConventions.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import java.util.Map;
2626

2727
import com.github.gradle.node.NodeExtension;
28-
import com.github.gradle.node.NodePlugin;
2928
import com.github.gradle.node.npm.task.NpmInstallTask;
3029
import io.spring.gradle.antora.GenerateAntoraYmlPlugin;
3130
import io.spring.gradle.antora.GenerateAntoraYmlTask;
@@ -121,9 +120,6 @@ private void apply(Project project, AntoraPlugin antoraPlugin) {
121120
});
122121
checkAntoraJavadocMacros.configure((macrosTask) -> macrosTask.setClasspath(javadocMacros));
123122
});
124-
project.getPlugins()
125-
.withType(NodePlugin.class,
126-
(node) -> project.getExtensions().getByType(NodeExtension.class).getVersion().set("24.14.1"));
127123
}
128124

129125
private void configureGenerateAntoraPlaybookTask(Project project,

0 commit comments

Comments
 (0)