Skip to content

Commit

Permalink
Remove usage of deprecated property
Browse files Browse the repository at this point in the history
Resolves #15.
  • Loading branch information
stigkj committed Nov 12, 2013
1 parent 42e444c commit a8f52c7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -43,8 +43,8 @@ class ExecutableJar extends Jar {
ExecutableJar() {
appendix = EXEC_JAR_APPENDIX

// Add as separate specs, so they are not affected by the changes to the main spec
lib = copyAction.rootSpec.addChild()
// Add as separate specs, so they are not affected by changes to the main spec
lib = rootSpec.addChild()
lib.into('lib') {
from {
def classpath = getClasspath()
Expand Down

0 comments on commit a8f52c7

Please sign in to comment.