Skip to content

Commit

Permalink
Go back to the correct task method.
Browse files Browse the repository at this point in the history
  • Loading branch information
netdpb committed Dec 20, 2023
1 parent 5d13e06 commit e7a8be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ tasks.register('jspecifySamplesTest', Test) {

tasks.register('unzipConformanceTestSuite', Copy) {
// TODO: Don't explicitly depend on an included build's task.
dependsOn jspecify.tasks.findByPath(':conformance-tests:build')
dependsOn jspecify.task(':conformance-tests:build')
dependsOn configurations.conformanceTestSuite
from zipTree(configurations.conformanceTestSuite.singleFile)
into layout.buildDirectory.dir("conformanceTests")
Expand Down

0 comments on commit e7a8be7

Please sign in to comment.