Join Slack
Powered by
I want to run kotlin script from a maven build. Do...
# announcements
m
mc
04/24/2018, 10:35 AM
I want to run kotlin script from a maven build. Does anybody know which args to pass to kotlin-maven-plugin? I tried
mvn kotlin:script -DscriptFile=MyScript.kts
without success
h
hho
04/24/2018, 10:51 AM
What's the error?
https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-maven-plugin/src/main/java/org/jetbrains/kotlin/maven/ExecuteKotlinScriptMojo.java#L85
it doesn't look like the parameter can be set from a property 😞
13
Views
Open in Slack
Previous
Next