All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.bjurr.violations.comments.gitlab.plugin.gradle.ViolationCommentsToGitLabGradlePlugin Maven / Gradle / Ivy

There is a newer version: 1.41.3
Show newest version
package se.bjurr.violations.comments.gitlab.plugin.gradle;

import org.gradle.api.Plugin;
import org.gradle.api.Project;

public class ViolationCommentsToGitLabGradlePlugin implements Plugin {
  @Override
  public void apply(Project target) {
    target
        .getExtensions()
        .create("violationCommentsToGitLabPlugin", ViolationCommentsToGitLabPluginExtension.class);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy