Skip to content

Commit 877402d

Browse files
committed
Remove rxjava version since it will be in the bom
1 parent 4baa50b commit 877402d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jakartaElVersion=4.0.0
99
jakartaElGlassfishImplVersion=4.0.2
1010
groovyVersion=4.0.24
1111
javassistVersion=3.30.2-GA
12-
rxjavaVersion=1.3.8
1312

1413
org.gradle.caching=true
1514
org.gradle.parallel=true

grails-datastore-gorm-rx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation platform("org.grails:grails-bom:$grailsVersion")
1111
implementation 'org.apache.groovy:groovy'
1212

13-
api "io.reactivex:rxjava:$rxjavaVersion"
13+
api "io.reactivex:rxjava"
1414
api project(":grails-datastore-gorm"), {
1515
exclude group:"org.grails", module:'grails-async'
1616
exclude group:"org.grails", module:'grails-datastore-core'

0 commit comments

Comments
 (0)