Skip to content

Commit

Permalink
Removed comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesoliveira committed Jul 2, 2024
1 parent a4ad153 commit 931e5d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildSrc/src/main/groovy/corda.osgi-test-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ def bundlesSet = files(sourceSets.integrationTest.runtimeClasspath.filter {
}, configurations.archives.artifacts.files)

def resolve = tasks.register('resolve', Resolve) {
// println("bundleSet:")
// bundlesSet.forEach { println(" " + it.absolutePath) }

dependsOn jar, testingBundle
bundles = bundlesSet
bndrun = file('test.bndrun')
Expand Down

0 comments on commit 931e5d1

Please sign in to comment.