-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 building v1.1.0 from source #2812
Comments
I just build from master and all works. Are you sure you have updated all? |
@ManfredKarrer I simply followed these instructions: https://github.com/bisq-network/bisq/blob/master/docs/build.md |
@devinbileck ah, just noticed my system upgraded to JDK 11 about a week ago. Is there a reason Bisq is still using JDK 10? |
See #1787 (comment) |
closing issue, all working well after reverting to JDK10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
uname -a output:
Linux hostname 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
The portion of ./gradlew build output showing the error:
bisq.desktop.main.market.trades.TradesChartsViewModelTest > testItemLists FAILED
java.lang.UnsupportedOperationException at TradesChartsViewModelTest.java:197
90 tests completed, 1 failed, 6 skipped
FAILURE: Build failed with an exception.
Execution failed for task ':desktop:test'.
Output of above mentioned index.html file:
Failed tests
testItemLists
java.lang.UnsupportedOperationException: class redefinition failed: attempted to change the class NestHost or NestMembers attribute
at java.instrument/sun.instrument.InstrumentationImpl.redefineClasses0(Native Method)
at bisq.desktop.main.market.trades.TradesChartsViewModelTest$1.(TradesChartsViewModelTest.java:197)
at bisq.desktop.main.market.trades.TradesChartsViewModelTest.testItemLists(TradesChartsViewModelTest.java:197)
at java.base/java.lang.Thread.run(Thread.java:834)
The text was updated successfully, but these errors were encountered: