jdaugherty commented on code in PR #15420:
URL: https://github.com/apache/grails-core/pull/15420#discussion_r2836114979


##########
build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/GroovydocEnhancerExtension.groovy:
##########
@@ -89,7 +89,7 @@ class GroovydocEnhancerExtension {
     @Inject
     GroovydocEnhancerExtension(ObjectFactory objects, Project project) {
         javaVersion = objects.property(String).convention(
-                "JAVA_${GradleUtils.findProperty(project, 'javaVersion') ?: 
'17'}" as String
+                project.provider { "JAVA_${GradleUtils.findProperty(project, 
'javaVersion') ?: '17'}" as String }

Review Comment:
   There are so many other changes that have to be made to publish this.  Lets 
do whats best for grails core and address that when/if we decide to publish?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to