Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Gradle 8 #563

Merged
merged 2 commits into from May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -4,6 +4,6 @@ projectDesc=Micronaut internal Gradle plugins. Not intended to be used in user's
projectUrl=https://micronaut.io
githubSlug=micronaut-projects/micronaut-build
# must match the Gradle version for functional tests to pass
groovyVersion=3.0.10
groovyVersion=3.0.15
org.gradle.java.installations.fromEnv=JAVA_HOME
org.gradle.caching=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Expand Up @@ -54,9 +54,6 @@ class VersionCatalogUpdateFunctionalTest extends AbstractFunctionalTest {
}
}
"""
settingsFile << """
enableFeaturePreview("VERSION_CATALOGS")
"""
}

def cleanup() {
Expand Down