We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest release includes a few important crash fixes but it can't be installed from JitPack repository.
From https://jitpack.io/com/github/NaikSoftware/StompProtocolAndroid/1.6.5/build.log:
> Task :lib:javaPreCompileRelease > Task :lib:compileReleaseJavaWithJavac FAILED /home/jitpack/build/lib/src/main/java/ua/naiksoftware/stomp/pathmatcher/SubscriptionPathMatcher.java:11: error: cannot find symbol String pathSubscription = stompClient.getTopicId(path); ^ symbol: variable stompClient location: class SubscriptionPathMatcher /home/jitpack/build/lib/src/main/java/ua/naiksoftware/stomp/pathmatcher/SubscriptionPathMatcher.java:13: error: cannot find symbol String subscription = msg.findHeader(StompHeader.SUBSCRIPTION); ^ symbol: variable SUBSCRIPTION location: class StompHeader 2 errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':lib:compileReleaseJavaWithJavac'. > Compilation failed; see the compiler error output for details.
The text was updated successfully, but these errors were encountered:
@NaikSoftware
Sorry, something went wrong.
No branches or pull requests
The latest release includes a few important crash fixes but it can't be installed from JitPack repository.
From https://jitpack.io/com/github/NaikSoftware/StompProtocolAndroid/1.6.5/build.log:
The text was updated successfully, but these errors were encountered: