Skip to content

Commit

Permalink
Update plugins info
Browse files Browse the repository at this point in the history
Set required grace version to use plugin
  • Loading branch information
rainboyan committed Mar 15, 2024
1 parent 4463ecc commit 479261f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.springframework.context.annotation.Role
* @since 2.0
*/
class ControllersAsyncGrailsPlugin extends Plugin {
def grailsVersion = "3.3.0 > *"
def grailsVersion = "2023.0.0 > *"
def loadAfter = ['controllers']
Closure doWithSpring() {{->
asyncPromiseResponseActionResultTransformer(AsyncActionResultTransformer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import reactor.bus.EventBus
@Slf4j
class EventBusGrailsPlugin extends Plugin {

def grailsVersion = "3.3.0 > *"
def grailsVersion = "2023.0.0 > *"

/**
* Whether to translate GORM events into reactor events
Expand Down

0 comments on commit 479261f

Please sign in to comment.