-
Notifications
You must be signed in to change notification settings - Fork 4
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
Should assemble depend on package? #7
Comments
I think this is a good idea. For people coming from gradle with a java/kotlin background it would be the least surprising behaviour. I like this type of behaviour when writing kotlin code for cases where I want to skip the tests but still produce a usable artefact. If I want to include tests I would run |
To clarify, currently |
I think in MPS terms |
In Gradle Java plugin
assemble
task includesjar
, see https://docs.gradle.org/current/userguide/java_plugin.htmlShould this plugin do the same, so that
./gradlew assemble
means "build and package the output but skip tests"?The text was updated successfully, but these errors were encountered: