Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

scripted tests broken on series/0.6.x branch #208

Open
metasim opened this issue Jan 19, 2018 · 2 comments
Open

scripted tests broken on series/0.6.x branch #208

metasim opened this issue Jan 19, 2018 · 2 comments

Comments

@metasim
Copy link
Contributor

metasim commented Jan 19, 2018

Steps to reproduce:

  1. Clone repo and check out the series/0.6.x branch
  2. Run sbt ';tutPublishLocal; scripted'

It also turns out the the Travis build doesn't actually run the scripted tests when the Scala version isn't 2.11.x. Sbt 1.x plugins run on Scala 2.12.x

I'd also suggest the plugin be upgraded to support cross building the plugin, according to this. Should address this issue and make deployment easier.

@metasim
Copy link
Contributor Author

metasim commented Jan 19, 2018

cc: @larsrh

@metasim
Copy link
Contributor Author

metasim commented Jan 19, 2018

PS: adding the following to the build should eliminate the need to run tutPublishLocal manually before running scripted:

scriptedDependencies := (scriptedDependencies dependsOn(publishLocal in core, publishLocal in plugin)).value

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant