File tree Expand file tree Collapse file tree 3 files changed +6
-160
lines changed
src/main/kotlin/kscript/app Expand file tree Collapse file tree 3 files changed +6
-160
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -128,4 +128,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
128128
129129 // Print the classpath
130130 return classPath
131+ }
132+
133+
134+ fun main (args : Array <String >) {
135+ println (resolveDependencies(args.toList()))
131136}
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ assert_end environment_tests
9999# # dependency_lookup
100100
101101# export KSCRIPT_HOME="/Users/brandl/projects/kotlin/kscript"; export PATH=${KSCRIPT_HOME}:${PATH}
102+ alias resdeps.kts=' kotlin -classpath kscript.jar kscript.app.DepedencyUtilKt'
102103
103104assert " resdeps.kts log4j:log4j:1.2.14" " ${HOME} /.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar"
104105
You can’t perform that action at this time.
0 commit comments