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

feat: add compileAll task, MISC-483 #195

Merged
merged 1 commit into from
Nov 6, 2024
Merged

feat: add compileAll task, MISC-483 #195

merged 1 commit into from
Nov 6, 2024

Conversation

Isammoc
Copy link
Member

@Isammoc Isammoc commented Nov 5, 2024

Motivation:
We define this helper in different projects

Modifications:

  • Add a plugin to declare this

Result:
The developer can now launch sbt compileAll or better sbt ~compileAll in order to compile all configurations for all projects (if root is the aggregated projects)

@Isammoc Isammoc self-assigned this Nov 5, 2024
Motivation:
We define this helper in different projects

Modifications:
 * Add a plugin to declare this

Result:
The developer can now launch `sbt compileAll` or better `sbt ~compileAll` in
order to compile all configurations for all projects (if root is the aggregated
projects)
@Isammoc Isammoc force-pushed the misc-483-compile-all branch from 0d583d5 to 65f9d3c Compare November 5, 2024 14:21
@Isammoc Isammoc merged commit 0a2f0aa into main Nov 6, 2024
1 check passed
@Isammoc Isammoc deleted the misc-483-compile-all branch November 6, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants