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
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}
Describe the solution you'd like
A single line to let idea ignore it.
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>
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}
Describe the solution you'd like
A single line to let idea ignore it.
The text was updated successfully, but these errors were encountered: