We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4baa50b commit 877402dCopy full SHA for 877402d
gradle.properties
@@ -9,7 +9,6 @@ jakartaElVersion=4.0.0
9
jakartaElGlassfishImplVersion=4.0.2
10
groovyVersion=4.0.24
11
javassistVersion=3.30.2-GA
12
-rxjavaVersion=1.3.8
13
14
org.gradle.caching=true
15
org.gradle.parallel=true
grails-datastore-gorm-rx/build.gradle
@@ -10,7 +10,7 @@ dependencies {
implementation platform("org.grails:grails-bom:$grailsVersion")
implementation 'org.apache.groovy:groovy'
- api "io.reactivex:rxjava:$rxjavaVersion"
+ api "io.reactivex:rxjava"
api project(":grails-datastore-gorm"), {
exclude group:"org.grails", module:'grails-async'
16
exclude group:"org.grails", module:'grails-datastore-core'
0 commit comments