Skip to content

Commit

Permalink
adds explicit dependencies for those gradle claimed
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo committed Oct 2, 2024
1 parent 041987c commit 82aa102
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,12 @@ task jacocoRootReport(type: org.gradle.testing.jacoco.tasks.JacocoReport) {
dependsOn 'acceptance-tests:spotlessJava'
dependsOn 'acceptance-tests:spotlessShellScripts'
dependsOn 'acceptance-tests:spotlessSolidity'
dependsOn 'acceptance-tests:dsl:javadoc'
dependsOn 'acceptance-tests:dsl:test'
dependsOn 'acceptance-tests:dsl:spotlessGroovyGradle'
dependsOn 'acceptance-tests:dsl:spotlessJava'
dependsOn 'acceptance-tests:dsl:spotlessShellScripts'

additionalSourceDirs.from files(subprojects.sourceSets.main.allSource.srcDirs)
sourceDirectories.from files(subprojects.sourceSets.main.allSource.srcDirs)
classDirectories.from files(subprojects.sourceSets.main.output).asFileTree.matching { exclude 'org/hyperledger/besu/tests/acceptance/**' }
Expand Down

0 comments on commit 82aa102

Please sign in to comment.