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

7.0.x simplify #274

Merged
merged 3 commits into from
Dec 20, 2024
Merged

7.0.x simplify #274

merged 3 commits into from
Dec 20, 2024

Conversation

codeconsole
Copy link
Contributor

Eliminates need to modify after checkout.

./gradle build -PmavenLocal

or

./gradle build -PmavenLocal=last

@codeconsole codeconsole merged commit 8d9beb9 into 7.0.x Dec 20, 2024
4 checks passed
repositories {
if (useMavenLocal || useMavenLocal != 'last') {
Copy link
Contributor

@matrei matrei Dec 20, 2024

Choose a reason for hiding this comment

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

Should this not be &&?

Comment on lines +41 to +44
if (useMavenLocal == 'last') {
println "Using mavenLocal() last on project `${prj.name}`"
mavenLocal()
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's better to set this before the Groovy Snapshot repo. Then it could be used for the Groovy Joint Workflow, if we want to do this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

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.

3 participants