io.quarkus.develocity.project.ConfiguredPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-project-develocity-extension Show documentation
Show all versions of quarkus-project-develocity-extension Show documentation
A Maven extension to configure the Develocity build cache for the Quarkus project
The newest version!
package io.quarkus.develocity.project;
import org.apache.maven.execution.MavenSession;
import com.gradle.develocity.agent.maven.api.DevelocityApi;
public interface ConfiguredPlugin {
void configureBuildCache(DevelocityApi develocityApi, MavenSession mavenSession);
}