-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error for Gradle multi-module repo: Cannot set the value of task nativeTestBuild property 'server' of type #70
Comments
I might be missing something but I cannot reproduce this locally. I tried invoking
This originates from wrong configuration in I tried invoking At the end I tried running
Aforementioned So I would need more pointers about the command line invocation you were using in order to try to reproduce this. |
I fixed above broken test cases...
then run |
@melix would you mind taking a look into this? It fails for me on
|
This is actually a bug in Gradle, see gradle/gradle#17559 |
fix graalvm and spring aot graalvm/native-build-tools#70
Maybe some workaround for this? This is still an issue, I have a similar error, but I suppose the reason is the same
|
Stack trace from above in the file I noticed that it occurs when there are multiple projects which use that, but there is some dependency between them, and at the same time maybe others' plugins' versions differ |
@Azbesciak did you ever find a solution to this? I'm experiencing the same error you were. Thanks |
@w4rdy I suppose it was because of different versions of pluggins (as mentioned); I have monorepo with multiple spring apps with shared |
@camwardy i just faced the same issue. i had to extract the |
when I use
in multiple modules in Gradle multi-module repo, I have got following error
To reproduce : https://github.com/xmlking/micro-apps
The text was updated successfully, but these errors were encountered: