-
Notifications
You must be signed in to change notification settings - Fork 28
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
Retro fixing all license headers #246
Conversation
Signed-off-by: Hongxin Liang <[email protected]>
Signed-off-by: Hongxin Liang <[email protected]>
@@ -94,7 +94,7 @@ | |||
<picocli.version>4.7.2</picocli.version> | |||
<protobuf.version>3.21.12</protobuf.version> | |||
<sl4j.version>1.7.36</sl4j.version> | |||
<spotless.version>2.21.0</spotless.version> | |||
<spotless.version>2.39.0</spotless.version> |
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.
Upgrade.
@@ -418,7 +418,7 @@ | |||
<licenseHeader> | |||
<!-- Specify either content or file, but not both --> | |||
<content><![CDATA[/* | |||
* Copyright $YEAR Flyte Authors | |||
* Copyright $YEAR Flyte Authors. |
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.
For consistency.
@@ -1,3 +1,3 @@ | |||
version=2.5.2 | |||
version=3.7.3 |
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.
Upgrade.
pom.xml
Outdated
@@ -509,6 +509,8 @@ | |||
<endWithNewline /> | |||
</format> | |||
</formats> | |||
|
|||
<ratchetFrom>origin/master</ratchetFrom> |
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.
Looks like we can not use this feature in GitHub Action. This feature is to make sure the year is checked against (or applied with) current year.
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.
I removed this in a later commit.
Signed-off-by: Hongxin Liang <[email protected]>
Signed-off-by: Hongxin Liang <[email protected]>
TL;DR
This PR is on top of #245 with additional fix of all file headers, except
package-info.java
that is not supported by spotless.Type
Are all requirements met?
Complete description
This PR also upgrades spotless and scala formatter versions.
Tracking Issue
NA
Follow-up issue
NA