Skip to content

Commit

Permalink
Merge branch 'micronaut-projects:master' into gradle-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
altro3 committed Jan 31, 2024
2 parents 58d5644 + f4d1681 commit 693b278
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: "🔧 Setup GraalVM CE"
uses: graalvm/[email protected].5
uses: graalvm/[email protected].6
with:
distribution: 'graalvm'
java-version: ${{ matrix.java }}
Expand Down
4 changes: 3 additions & 1 deletion spring-annotation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
api(platform(libs.boms.spring))
api platform(libs.boms.spring)
api mn.micronaut.inject
api mn.micronaut.aop
api mnValidation.micronaut.validation
Expand All @@ -22,3 +22,5 @@ dependencies {
testImplementation libs.managed.spring.tx
}

//compileTestGroovy.options.forkOptions.jvmArgs =['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005']
//compileTestGroovy.options.fork=true
2 changes: 1 addition & 1 deletion spring-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
api(platform(libs.boms.spring))
api platform(libs.boms.spring)
api projects.micronautSpringContext
api libs.spring.web
api mn.reactor
Expand Down

0 comments on commit 693b278

Please sign in to comment.