Merge branch '2.4.x'
Closes gh-26687
This commit is contained in:
@@ -76,7 +76,11 @@ public class SpringBootPlugin implements Plugin<Project> {
|
||||
*/
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user