Skip to content

Commit

Permalink
Merge branch '2.4.x'
Browse files Browse the repository at this point in the history
Closes gh-26687
  • Loading branch information
philwebb committed May 27, 2021
2 parents 42865da + 1e0ae9d commit ac0c1b1
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit ac0c1b1

Please sign in to comment.