Created
September 22, 2020 04:05
-
-
Save afsalthaj/22a602dc3f583ca04641e4881b5f306c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ val path = java.nio.file.FileSystems.getDefault().getPath("/Users/afsalthaj/telstra/cij-orchestration/target/cij-orchestration-1.0.0-GA.jar") | |
path: java.nio.file.Path = /Users/afsalthaj/telstra/cij-orchestration/target/cij-orchestration-1.0.0-GA.jar | |
@ val x = ammonite.ops.Path(path) | |
x: os.Path = root/'Users/'afsalthaj/'telstra/"cij-orchestration"/'target/"cij-orchestration-1.0.0-GA.jar" | |
@ interp.load.cp(x) | |
@ import com..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment