Skip to content

Commit c43c222

Browse files
committed
Merge branch '2.5.x'
Closes gh-27621
2 parents 94c347c + f19fff4 commit c43c222

File tree

1 file changed

+3
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc

1 file changed

+3
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/reacting.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ When Gradle's {java-plugin}[`java` plugin] is applied to a project, the Spring B
1717
5. Creates a {boot-run-javadoc}[`BootRun`] task named `bootRun` that can be used to run your application.
1818
6. Creates a configuration named `bootArchives` that contains the artifact produced by the `bootJar` task.
1919
7. Creates a configuration named `developmentOnly` for dependencies that are only required at development time, such as Spring Boot's Devtools, and should not be packaged in executable jars and wars.
20-
8. Configures any `JavaCompile` tasks with no configured encoding to use `UTF-8`.
21-
9. Configures any `JavaCompile` tasks to use the `-parameters` compiler argument.
20+
8. Creates a configuration named `productionRuntimeClasspath`. It is equivalent to `runtimeClasspath` minus any dependencies that only appear in the `developmentOnly` configuration.
21+
9. Configures any `JavaCompile` tasks with no configured encoding to use `UTF-8`.
22+
10. Configures any `JavaCompile` tasks to use the `-parameters` compiler argument.
2223

2324

2425

0 commit comments

Comments
 (0)