Skip to content

Commit

Permalink
Adding project.ext.useShadowJar = true
Browse files Browse the repository at this point in the history
Updated release.gradle to only optionally create shadow jar.
  • Loading branch information
tomasbjerre committed Dec 22, 2017
1 parent cffd709 commit 09f13a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apply plugin: 'java'
project.ext.tags = ['violation', 'static code analysis', 'Checkstyle', 'CPPLint', 'CPPCheck', 'CSSLint', 'Findbugs', 'Flake8', 'PyLint', 'Pep8', 'Mccabe', 'PyFlakes', 'JSHint', 'Lint', 'PerlCritic', 'PMD', 'ReSharper', 'XMLLint']
group = 'se.bjurr.violations'
description = 'Library for parsing report files from static code analysis'
project.ext.useShadowJar = true


buildscript {
Expand All @@ -17,6 +18,7 @@ apply from: project.buildscript.classLoader.getResource('java.gradle').toURI()
apply from: project.buildscript.classLoader.getResource('changelog.gradle').toURI()
apply from: project.buildscript.classLoader.getResource('release.gradle').toURI()


dependencies {
compile 'com.google.code.gson:gson:2.8.2'
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 09f13a8

Please sign in to comment.