Skip to content

Commit

Permalink
Merge pull request #204 from ansforge/feature/misc/remove-shadow-jar
Browse files Browse the repository at this point in the history
Feature/Nettoyage gradle.build
  • Loading branch information
romainfd authored Nov 19, 2024
2 parents 9d50448 + 79bba85 commit 365e795
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
id 'maven-publish'
id 'com.github.hierynomus.license' version '0.16.1'
id 'jacoco'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

task generateXml(type:JavaExec) {
Expand Down Expand Up @@ -41,11 +40,6 @@ dependencies {
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
}

// I let this in the code waiting for use case explanation
//shadowJar {
// archiveClassifier.set('')
//}

jacocoTestReport {
reports {
html.required = true
Expand Down

0 comments on commit 365e795

Please sign in to comment.