gradle-code-style-plugin-example

Custom Gradle Plugin for Unified Static Code Analysis (by SimonHarmonicMinor)

Gradle-code-style-plugin-example Alternatives

Similar projects and alternatives to gradle-code-style-plugin-example

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gradle-code-style-plugin-example alternative or higher similarity.

gradle-code-style-plugin-example reviews and mentions

Posts with mentions or reviews of gradle-code-style-plugin-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-04.
  • Custom Gradle Plugin for Unified Static Code Analysis
    3 projects | dev.to | 4 Feb 2023
    plugins { id 'java-gradle-plugin' id 'com.gradle.plugin-publish' version '1.1.0' } group = 'io.github.simonharmonicminor.code.style' sourceCompatibility = '8' repositories { mavenCentral() } ext { set('lombokVersion', '1.18.24') } dependencies { compileOnly "org.projectlombok:lombok:${lombokVersion}" annotationProcessor "org.projectlombok:lombok:${lombokVersion}" testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' } gradlePlugin { website = 'https://github.com/SimonHarmonicMinor/gradle-code-style-plugin-example' vcsUrl = 'https://github.com/SimonHarmonicMinor/gradle-code-style-plugin-example' plugins { gradleCodeStylePluginExample { id = 'io.github.simonharmonicminor.code.style' displayName = 'Gradle Plugin Code Style Example' description = 'Predefined Checkstyle and PMD rules' implementationClass = 'io.github.simonharmonicminor.code.style.CodingRulesGradlePluginPlugin' tags.set(['codestyle', 'checkstyle', 'pmd']) } } } tasks.named('test') { useJUnitPlatform() }

Stats

Basic gradle-code-style-plugin-example repo stats
1
0
10.0
about 1 year ago

SimonHarmonicMinor/gradle-code-style-plugin-example is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of gradle-code-style-plugin-example is Java.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com