Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Aug 12, 2024
1 parent 65f9c1b commit f8da2df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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

0 comments on commit f8da2df

Please sign in to comment.