Skip to content

JLofgren/sbt-native-packager-ashscriptplugin-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-native-packager-ashscriptplugin-bug

This example demonstrates a bug in the AshScriptPlugin with DockerPlugin in sbt-native-packager.

sbt/sbt-native-packager#1332

To reproduce

Build:

sbt docker:publishLocal

In this example, the expected argsLength should be 0, but...

$ docker run sbt-native-packager-ashscriptplugin-bug:0.1.0-SNAPSHOT
argsLength=1, args=List('')

In this example, the expected argsLength should be 2, but...

$ docker run sbt-native-packager-ashscriptplugin-bug:0.1.0-SNAPSHOT --foo bar
argsLength=1, args=List(' --foo bar')

About

demonstrates sbt-native-packager issue 1332

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages