Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fgRun feature #4206

Closed
eed3si9n opened this issue Jun 15, 2018 · 1 comment
Closed

fgRun feature #4206

eed3si9n opened this issue Jun 15, 2018 · 1 comment

Comments

@eed3si9n
Copy link
Member

steps

  1. fgRun.

expectation

Works like run in sbt 0.13.

@lecogiteur
Copy link

lecogiteur commented Jun 15, 2018

This what is happened for me when I do sbt run.

in sbt 0.13 or 1.0:

 - src
 - target
      |- scala2_xxx
              |- classes
              |- resolution-cache/ 

When run my app with sbt, it's based on classes directory

In 1.1.x

 - src
 - target
      |- scala2_xx
              |- classes
              |- resolution-cache/ 
              |- my-app_2.12-0.1.0-SNAPSHOT.jar

When run my app with sbt, it's based on jar.

I have no modification in my build.sbt (just sbt version).

How to configure sbt in order to keep the same behaviour than 0.13 (or 1.0)

agaro1121 added a commit to agaro1121/sbt that referenced this issue Jun 19, 2018
@eed3si9n eed3si9n added the ready label Jun 19, 2018
eed3si9n added a commit that referenced this issue Jun 20, 2018
Addresses #4206 - Introduces fgRun and fgRunMain
@eed3si9n eed3si9n removed the ready label Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants