Skip to content

Commit

Permalink
Add comments in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Sep 17, 2024
1 parent 46a269a commit 24de6d1
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 @@ -10,6 +10,12 @@ repositories {
group = "org.embulk"
version = "0.1.0-SNAPSHOT"

// The root project is a dummy Embulk plugin to be tested with ":embulk-junit5-api" and ":embulk-junit5-engine".
//
// src/main -- The main Embulk plugin code
// src/test -- The "unit tests" for the plugin code (normal JUnit 5 tests without any classpath hacks)
// src/embulkTest -- The "Embulk plugin tests" to run with ":embulk-junit5-api" and ":embulk-junit5-engine"

configurations {
compileClasspath.resolutionStrategy.activateDependencyLocking()
runtimeClasspath.resolutionStrategy.activateDependencyLocking()
Expand Down

0 comments on commit 24de6d1

Please sign in to comment.