Getting rid of Invalid @since 6.10 tag on allowConflicts(); expecting @since 7.0 error markers
#69
|
Hi, Am trying to get JGit to compile locally (after switching over from https://git.eclipse.org/r/jgit/jgit > https://github.com/eclipse-jgit/jgit) and updating my master branch to the latest commit (after it had been on a branch off of Now, I'm sure there's a logical reason and an easy step to resolve all of this, but I'm just not finding it. I had setup my development environment using https://wiki.eclipse.org/EGit/Contributor_Guide#Automated_Developer_Setup in the past and I've been looking at https://github.com/eclipse-egit/egit/wiki/Contributor-Guide for clues, but no dice so far. Any pointers appreciated! |
Replies: 1 comment 2 replies
|
You have to set API baseline to the exact JGit release that preceeds the current one. E.g. if current is 7.0, API baseline should be set to 6.10. |
You have to set API baseline to the exact JGit release that preceeds the current one. E.g. if current is 7.0, API baseline should be set to 6.10.