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
Copy file name to clipboardExpand all lines: docs/Getting-Started.md
+24-39Lines changed: 24 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -1,56 +1,56 @@
1
1
## Getting Binaries
2
2
3
-
You can find binaries and dependency information for Maven, Ivy, Gradle, SBT, and others at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex%22%20AND%20a%3A%22rxjava%22).
3
+
You can find binaries and dependency information for Maven, Ivy, Gradle, SBT, and others at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A"io.reactivex.rxjava2"%20AND%20"rxjava2").
@@ -124,18 +124,3 @@ On a clean build you will see the unit tests run. They will look something like
124
124
```
125
125
> Building > :rxjava:test > 91 tests completed
126
126
```
127
-
128
-
#### Troubleshooting
129
-
130
-
One developer reported getting the following error:
131
-
132
-
> Could not resolve all dependencies for configuration ':language-adaptors:rxjava-scala:provided'
133
-
134
-
He was able to resolve the problem by removing old versions of `scala-library` from `.gradle/caches` and `.m2/repository/org/scala-lang/` and then doing a clean build. <ahref="https://gist.github.com/jaceklaskowski/9496058">(See this page for details.)</a>
135
-
136
-
You may get the following error during building RxJava:
137
-
138
-
> Failed to apply plugin [id 'java']
139
-
> Could not generate a proxy class for class nebula.core.NamedContainerProperOrder.
140
-
141
-
It's a JVM issue, see [GROOVY-6951](https://jira.codehaus.org/browse/GROOVY-6951) for details. If so, you can run `export GRADLE_OPTS=-noverify` before building RxJava, or update your JDK.
0 commit comments