Skip to content

Commit

Permalink
Exclude :core:shadowJar task from extended (#3597) (#3693)
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 authored Jul 26, 2023
1 parent d64c742 commit b7d9a34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ startParameter.excludedTaskNames = [
':test-utils:test',
':core:publish',
':common:publish',
':test-utils:publish'
':test-utils:publish',
// the :core:shadowJar should be used only for integration tests with both core and extended jars
// e.g. StartupExtendedTest, where the core jar is created by executing `shadowJar` directly in the `apoc-core`
// not when a `gradle shadow` or a `gradle build` is executed in this root project folder
':core:shadowJar'
]

0 comments on commit b7d9a34

Please sign in to comment.