Skip to content

Commit ff2f1da

Browse files
authored
Merge pull request #37 from dotCipher/patch-1
Reference non-deprecated gradle configuration
2 parents c1e0312 + 94659d2 commit ff2f1da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc_source/create-deployment-pkg-zip-java.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ After you build the project, the resulting \.zip file \(that is, your deployment
5555
from compileJava
5656
from processResources
5757
into('lib') {
58-
from configurations.runtime.Classpath
58+
59+
from configurations.runtimeClasspath
60+
5961
}
6062
}
6163
@@ -131,4 +133,4 @@ Now you build the package\. Run the following gradle command to build and packag
131133

132134
```
133135
project-dir> gradle build
134-
```
136+
```

0 commit comments

Comments
 (0)