File tree 1 file changed +1
-4
lines changed
buildSrc/src/main/java/org/springframework/restdocs/build/optional
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2014-2021 the original author or authors.
2
+ * Copyright 2014-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import org .gradle .api .attributes .Usage ;
23
23
import org .gradle .api .plugins .JavaPlugin ;
24
24
import org .gradle .api .plugins .JavaPluginConvention ;
25
- import org .gradle .api .publish .PublishingExtension ;
26
- import org .gradle .api .publish .maven .MavenPublication ;
27
- import org .gradle .api .publish .maven .plugins .MavenPublishPlugin ;
28
25
import org .gradle .api .tasks .SourceSetContainer ;
29
26
import org .gradle .api .tasks .javadoc .Javadoc ;
30
27
import org .gradle .plugins .ide .eclipse .EclipsePlugin ;
You can’t perform that action at this time.
0 commit comments