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

Set a version for the Maven antrun plugin (3.1.0) #117

Merged
merged 4 commits into from
Apr 8, 2024
Merged

Conversation

eolivelli
Copy link
Collaborator

Without setting a version for the antrun plugin Maven picks the default version, that depends on the Maven version.

In CI we used to run 1.3, and when I build the project locally it runs 3.1.0, that fails because the "tasks" configuration is no more supported (the modern syntax is "target")

IF you don't set a version the version depends on the version of Maven you use
@nicoloboschi nicoloboschi merged commit 1b7fb4a into master Apr 8, 2024
2 of 3 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