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

More updates for 7.0.0-M1 #170

Merged
merged 12 commits into from
Jan 9, 2025
Merged

More updates for 7.0.0-M1 #170

merged 12 commits into from
Jan 9, 2025

Conversation

matrei
Copy link
Contributor

@matrei matrei commented Jan 9, 2025

No description provided.

matrei added 10 commits January 9, 2025 11:14
Updated Asciidoctor to `4.0.4`, enabling the removal of the transitive dependency workaround and the Ruby repository configuration.
Add an `.sdkmanrc` file to define JDK version for consistent development environment setup.
- Extract java configuration
- Combine test configuration to one file
This prevents the Grails Gradle Plugin from unnecessarily excluding `slf4j-simple` in the generated POMs (grails/grails-gradle-plugin#222)
@matrei matrei requested review from jdaugherty and bkoehm January 9, 2025 13:20

repositories {
maven { url = 'https://repo.grails.org/grails/core' }
mavenCentral()
if (System.getenv('GITHUB_MAVEN_PASSWORD') && !grailsVersion.endsWith('-SNAPSHOT')) {
logger.lifecycle('Adding Milestone Grails Core Repo for project {}', project.name)
logger.lifecycle('Adding Grails Core Milestone Repo for project {}', project.name)
Copy link
Contributor

@jdaugherty jdaugherty Jan 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This really is the staging repo - it can be used for release or milestone

@@ -3,9 +3,8 @@ buildscript {
maven { url = 'https://repo.grails.org/grails/core' }
}
dependencies {
classpath "org.grails:grails-bom:$grailsVersion"
classpath platform("org.grails:grails-bom:$grailsVersion")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the bom required on the gradle classpath?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without it, I have to set the version of asset-pipeline-gradle.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is genius! We could remove the assetPipelinePluginVersion properties in several projects by doing this too.

@matrei matrei force-pushed the matrei/more-update-for-m1 branch from 5827b2b to 16fb710 Compare January 9, 2025 13:55
@matrei matrei merged commit 5fb4d0b into 5.0.x Jan 9, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants