se.bjurr.violations.main.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of violation-comments-to-gitlab-command-line Show documentation
Show all versions of violation-comments-to-gitlab-command-line Show documentation
Report static code analysis to GitLab.
package se.bjurr.violations.main;
public class Main {
public static void main(final String[] args) throws Exception {
new Runner().main(args);
}
}