Skip to content

Commit

Permalink
Add some more comments on classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Sep 17, 2024
1 parent 24de6d1 commit e088998
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ configurations {

// No need to declare "embulkTestImplementation" explicitly as the sourceSet "embulkTest" is declared below.
// No need to declare "embulkTestRuntime" explicitly as the sourceSet "embulkTest" is declared below.
//
// "embulkTestImplementation" should not ".extendsFrom testImplementation"
// so that it won't include main and test in the top-level class loader.
//
// "embulkTestRuntime" should not ".extendsFrom testRuntime" similarly.
}

sourceSets {
Expand Down

0 comments on commit e088998

Please sign in to comment.