-
Notifications
You must be signed in to change notification settings - Fork 28
java 21 #315
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
java 21 #315
Conversation
8ec04d5 to
13c3389
Compare
|
ignore validation pipeline failure, since JeffersonLab/clas12-validation#163 is needed. |
|
When you're ready to merge this, let's also merge |
|
I don't think either of those (JeffersonLab/clas12-timeline#236, JeffersonLab/clas12-validation#163) really need to wait for this. In some ways, it's better if they go ahead. |
|
added to java21 project page: https://github.com/orgs/JeffersonLab/projects/45/views/1 |
c-dilks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might as well bump these to the latest version that @dependabot proposed
0e666d4 to
bb1edc9
Compare
c-dilks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should also bump the release parameter:
Lines 247 to 255 in 416c3a3
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <version>3.14.0</version> | |
| <configuration> | |
| <release>17</release> | |
| <encoding>UTF-8</encoding> | |
| </configuration> | |
| </plugin> |
No description provided.