File tree Expand file tree Collapse file tree
grace-plugin-management/src/main/groovy/org/grails/boot/actuate/endpoint Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * Copyright 2021-2022 the original author or authors.
2+ * Copyright 2021-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -36,7 +36,7 @@ public void contribute(Info.Builder builder) {
3636 Map <String , String > appInfo = Maps .of (
3737 "name" , Metadata .getCurrent ().getApplicationName (),
3838 "version" , Metadata .getCurrent ().getApplicationVersion (),
39- "grailsVersion " , Metadata .getCurrent ().getGrailsVersion (),
39+ "graceVersion " , Metadata .getCurrent ().getGrailsVersion (),
4040 "servletVersion" , Metadata .getCurrent ().getServletVersion ());
4141 builder .withDetail ("app" , appInfo );
4242 }
You can’t perform that action at this time.
0 commit comments