You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build fails with an exception when i run ./gradlew build from the root directory of MVD.
Expected Behavior
An completed build process without errors
Observed Behavior
During the build. I see following output when the error occurs:
> Task :extensions:superuser-seed:compileJava FAILED
/home/conuser/mvd2/extensions/superuser-seed/src/main/java/org/eclipse/edc/identityhub/seed/ParticipantContextSeedExtension.java:94: error: incompatible types: Map<String,Object> cannot be converted to String
.orElse(generatedKey);
^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':extensions:superuser-seed:compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
> Run with --info option to get more log output.
> Run with --scan to get full insights.
BUILD FAILED in 27s
48 actionable tasks: 42 executed, 6 up-to-date
@AndrePes thanks for raising this, but please do not attach log files that are extremely large (7MB+) as it doesn't help us. a concise output, like you've done, is enough.
Bug Report
Describe the Bug
The build fails with an exception when i run
./gradlew build
from the root directory of MVD.Expected Behavior
An completed build process without errors
Observed Behavior
During the build. I see following output when the error occurs:
Steps to Reproduce
Steps to reproduce the behavior:
git clone https://github.com/eclipse-edc/MinimumViableDataspace.git mvd2
cd mvd2
sudo ./gradlew build
Context Information
Detailed Description
Log file with debug parameter.
gradlew_error.txt
Possible Implementation
None
The text was updated successfully, but these errors were encountered: