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

build: suppress UnresolvedMavenProperty ${env.GITHUB_OAUTH_TOKEN} #4407

Closed
Anilople opened this issue Jun 11, 2022 · 2 comments · Fixed by #4450
Closed

build: suppress UnresolvedMavenProperty ${env.GITHUB_OAUTH_TOKEN} #4407

Anilople opened this issue Jun 11, 2022 · 2 comments · Fixed by #4450
Labels
good first issue good first issue Good for beginners
Milestone

Comments

@Anilople
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In IDE idea, a red underline will occur under file pom.xml, because local environment has no property ${env.GITHUB_OAUTH_TOKEN}

image

Describe the solution you'd like
A single line to let idea ignore it.

<!--suppress UnresolvedMavenProperty -->
<github.global.oauth2Token>${env.GITHUB_OAUTH_TOKEN}</github.global.oauth2Token>
@Anilople Anilople added the good first issue good first issue Good for beginners label Jun 11, 2022
@Anilople Anilople added this to the 2.1.0 milestone Jun 11, 2022
@nobodyiam
Copy link
Member

This is for travis ci use, as now we are using github actions, I think we don't need them anymore.

@HeavenTonight
Copy link
Contributor

HeavenTonight commented Jul 7, 2022

I can solve this issue! I think should delete these codes:
<!-- for travis usage --> <github.global.server>github</github.global.server> <github.global.oauth2Token>${env.GITHUB_OAUTH_TOKEN}</github.global.oauth2Token>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue good first issue Good for beginners
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants