Skip to content

Commit

Permalink
Upgrade dependencies and build to Gradle 7.0.2 (#204)
Browse files Browse the repository at this point in the history
* Upgrade to Gradle 7.0.2

* Upgrade to Micronaut 2.5.3

* Upgrade to Groovy 3.0.8

* Upgrade GraalVM workflow to 21.1.0

* New version is 3.7.0-SNAPSHOT and targets Micronaut 3.0.x
  • Loading branch information
ilopmar committed May 17, 2021
1 parent fe869ce commit 231cbf0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
graalvm: ['21.0.0.2.java8', '21.0.0.2.java11']
graalvm: ['21.1.0.java8', '21.1.0.java11']
steps:
# https://github.com/actions/virtual-environments/issues/709
- name: Free disk space
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
buildscript {
repositories {
maven { url "https://repo.grails.org/grails/core" }
mavenCentral()
gradlePluginPortal()
}
dependencies {
classpath "io.micronaut.build.internal:micronaut-gradle-plugins:3.0.3"
classpath "io.micronaut.build.internal:micronaut-gradle-plugins:4.0.0"
}
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
projectVersion=3.6.1-SNAPSHOT
micronautDocsVersion=1.0.25
micronautVersion=2.4.1
projectVersion=3.7.0-SNAPSHOT
micronautDocsVersion=2.0.0.RC1
micronautVersion=2.5.3
micronautTestVersion=2.3.2

groovyVersion=3.0.7
groovyVersion=3.0.8
spockVersion=2.0-M5-groovy-3.0

flywayVersion=7.7.3
Expand All @@ -15,7 +15,7 @@ projectUrl=http://micronaut.io
githubSlug=micronaut-projects/micronaut-flyway
developers=Ivan Lopez

githubCoreBranch=2.5.x
githubCoreBranch=3.0.x
bomProperty=micronautFlywayVersion
bomProperties=flywayVersion

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 231cbf0

Please sign in to comment.