Skip to content

Commit

Permalink
Remove gradle callgraph logic from groovy file
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgHaj committed May 22, 2023
1 parent 6ef900b commit 7283bdd
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ allprojects {
outputFile = file('./.gradle.debricked.lock')
}
}


allprojects{
task debrickedJarsToFolder(type: Copy) {
into ".debrickedTmpDir"
from configurations.default
}
}

0 comments on commit 7283bdd

Please sign in to comment.