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

Should this plugin only be enabled on CI environment? #234

Open
jtjeferreira opened this issue Jul 13, 2022 · 1 comment
Open

Should this plugin only be enabled on CI environment? #234

jtjeferreira opened this issue Jul 13, 2022 · 1 comment

Comments

@jtjeferreira
Copy link

This is more a topic for discussion, than an issue, but I realized my target folder is filled with duplicate jars with different versions like the picture shows:

image

I think I fixed it with version ~= (v => if(!ENV.isCI) "1.2.3-SNAPSHOT" else v),

WDYT?

@mkurz
Copy link
Member

mkurz commented Jan 24, 2023

In Play we will now do exactly that: playframework/playframework#11625 - so devs locally use a version string without distance, sha or the dirty part, simple like: 2.8.20.SNAPSHOT, but when running on CI it uses the full version string.

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

No branches or pull requests

2 participants