Skip to content

Commit

Permalink
chore: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Nov 9, 2024
1 parent 7436171 commit 5e65ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
./gradlew publishToMavenLocal -Pversion=latest-SNAPSHOT || exit 1
cd violations-gradle-plugin-example

./gradlew violations
./gradlew build
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
#Sat Nov 09 08:51:55 CET 2024
#Sat Nov 09 10:59:24 CET 2024
description=Find report files from static code analysis, present and optionally fail the build.
group=se.bjurr.violations
implementationClass=se.bjurr.violations.gradle.plugin.ViolationsGradlePlugin
Expand All @@ -9,4 +9,4 @@ sourceCompatibility=11
stripGradlePluginSuffix=false
tags=violation,static code analysis,Checkstyle,CPPLint,CPPCheck,CSSLint,Findbugs,Flake8,PyLint,Pep8,Mccabe,PyFlakes,JSHint,Lint,PerlCritic,PMD,ReSharper,XMLLint
targetCompatibility=11
version=3.0.0
version=3.0.1

0 comments on commit 5e65ac4

Please sign in to comment.