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

Plugin does not yet configure JS target outputs #101

Open
sgammon opened this issue Dec 2, 2022 · 0 comments
Open

Plugin does not yet configure JS target outputs #101

sgammon opened this issue Dec 2, 2022 · 0 comments
Assignees
Labels
bug Something isn't working tools Issues and PRs related to tooling

Comments

@sgammon
Copy link
Member

sgammon commented Dec 2, 2022

val assetDist by configurations.creating {
  isCanBeConsumed = true
  isCanBeResolved = false
}

artifacts {
  add(assetDist.name, tasks.named("browserDistribution").map { it.outputs.files.files.single() })
}

should be configured automatically by the Gradle plugin

@sgammon sgammon added bug Something isn't working tools Issues and PRs related to tooling labels Dec 2, 2022
@sgammon sgammon added this to the Release R2: Alpha 2 milestone Dec 2, 2022
@sgammon sgammon self-assigned this Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tools Issues and PRs related to tooling
Projects
Status: No status
Development

No branches or pull requests

1 participant