dauer commented on issue #15302:
URL: https://github.com/apache/grails-core/issues/15302#issuecomment-3694899638
I haven't found a solution but it fails between these two commits:
```
git diff 5fbc32b5cf29f01151b5d22dd37b3d7d9739caa4
4c8c911d014408807af76b5f362f8c238d4b43f0
---
a/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/PublishPlugin.groovy
+++
b/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/PublishPlugin.groovy
- it.pomCustomization = lookupProperty(project,
'pomCustomization') as Closure
+ it.pomCustomization.set(project.provider {
lookupProperty(project, 'pomCustomization') as Closure })
--- a/dependencies.gradle
+++ b/dependencies.gradle
- 'grails-publish-plugin.version' : '0.0.2',
+ 'grails-publish-plugin.version' : '0.0.3',
...
```
If I delete the `rxjava3.version` it fallback to using the `rxjava2.version`
but it never seems to pick the `rxjava.version`...
--
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]