Commit ac0c1b14 authored by Phillip Webb's avatar Phillip Webb

Merge branch '2.4.x'

Closes gh-26687
parents 42865dac 1e0ae9d5
...@@ -76,7 +76,11 @@ public class SpringBootPlugin implements Plugin<Project> { ...@@ -76,7 +76,11 @@ public class SpringBootPlugin implements Plugin<Project> {
*/ */
public static final String DEVELOPMENT_ONLY_CONFIGURATION_NAME = "developmentOnly"; public static final String DEVELOPMENT_ONLY_CONFIGURATION_NAME = "developmentOnly";
static final String PRODUCTION_RUNTIME_CLASSPATH_NAME = "productionRuntimeClasspath"; /**
* The name of the {@code productionRuntimeClasspath} configuration.
* @since 2.4.7
*/
public static final String PRODUCTION_RUNTIME_CLASSPATH_NAME = "productionRuntimeClasspath";
/** /**
* The coordinates {@code (group:name:version)} of the * The coordinates {@code (group:name:version)} of the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment