File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
src/main/java/org/jenkinsci/plugins/github_branch_source Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 3737 <jenkins .baseline>2.528</jenkins .baseline>
3838 <jenkins .version>2.539</jenkins .version>
3939 <spotless .check.skip>false</spotless .check.skip>
40+ <useBeta >true</useBeta >
4041 </properties >
4142
4243 <dependencyManagement >
8889 <groupId >org.jenkins-ci.plugins.workflow</groupId >
8990 <artifactId >workflow-support</artifactId >
9091 </dependency >
91- <dependency >
92- <groupId >org.kohsuke</groupId >
93- <artifactId >access-modifier-suppressions</artifactId >
94- <version >${access-modifier-checker.version} </version >
95- <scope >provided</scope >
96- </dependency >
9792 <dependency >
9893 <groupId >io.jenkins</groupId >
9994 <artifactId >configuration-as-code</artifactId >
Original file line number Diff line number Diff line change 3434import jenkins .scm .api .metadata .AvatarMetadataAction ;
3535import jenkins .security .csp .AvatarContributor ;
3636import org .apache .commons .lang3 .StringUtils ;
37- import org .kohsuke .accmod .restrictions .suppressions .SuppressRestrictedWarnings ;
3837import org .kohsuke .github .GHUser ;
3938import org .kohsuke .stapler .Stapler ;
4039
4443 *
4544 * @author Kohsuke Kawaguchi
4645 */
47- @ SuppressRestrictedWarnings (AvatarContributor .class )
4846public class GitHubOrgMetadataAction extends AvatarMetadataAction {
4947 @ CheckForNull
5048 private final String avatar ;
You can’t perform that action at this time.
0 commit comments