mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x' into 4.0.x
Closes gh-49300
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ public final class BuildPropertiesWriter {
|
||||
}
|
||||
}
|
||||
|
||||
protected Properties createBuildInfo(ProjectDetails project) {
|
||||
private Properties createBuildInfo(ProjectDetails project) {
|
||||
Properties properties = CollectionFactory.createSortedProperties(true);
|
||||
addIfHasValue(properties, "build.group", project.getGroup());
|
||||
addIfHasValue(properties, "build.artifact", project.getArtifact());
|
||||
|
||||
Reference in New Issue
Block a user