You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
NOTE: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt to temurin to keep receiving software and security updates. See more details in the Good-bye AdoptOpenJDK post.
The text was updated successfully, but these errors were encountered:
Hey! I would like to work on this issue. However, I'll need some details in regard to what changes should be made to the code (EG: files, functions, etc.), in order to meet the expected behavior.
Hey, @jmj0502, we appreciate your offer to contribute and you are more than welcome!
Please check out how to contribute by the README file.
Prevent using action/setup-java will be implemented as a rule. A rule is a yaml file that includes Json schema that validates the desired behavior. Please see the examples here.
In addition to the schema you need to add a description, failureMessage, uniqueId and enabledByDefault keys as in all other rules.
Last, you need to add a similar rule (a yaml file) for Gitlab pipelines here. In your case, because setup-java action does not exist for .gitlab-ci.yaml files so the schema value should be empty as here
NOTE: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from
adopt
totemurin
to keep receiving software and security updates. See more details in the Good-bye AdoptOpenJDK post.The text was updated successfully, but these errors were encountered: