Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Aug 12, 2024
1 parent 04bcafc commit c20b49a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ under the License.
<relativePath />
</parent>

<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
<version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public class CacheControllerImpl implements CacheController {

private int attachedResourceCounter = 0;

@SuppressWarnings("ParameterNumber")
@Inject
public CacheControllerImpl(
MavenProjectHelper projectHelper,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ public Artifact createPluginArtifact(Plugin plugin) {
false);
}

@SuppressWarnings("checkstyle:parameternumber")
private Artifact createArtifact(
String groupId,
String artifactId,
Expand Down

0 comments on commit c20b49a

Please sign in to comment.