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

Treat pom scope=runtime as compile to make gradle poms usable #130

Merged

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Mar 3, 2022

Gradle's "implementation" configuration for dependencies results in
published maven poms that are technically accurate for building
bytecode, but useless for building J2CL. To fix this, we interpret any
scope=runtime as if it says scope=compile.

A separate commit will include a test case to verify that the published
gwt modules in maven central work properly.

Fixes #126

Gradle's "implementation" configuration for dependencies results in
published maven poms that are technically accurate for building
bytecode, but useless for building J2CL. To fix this, we interpret any
scope=runtime as if it says scope=compile.

A separate commit will include a test case to verify that the published
gwt modules in maven central work properly.

Fixes Vertispan#126
@niloc132 niloc132 merged commit 52b9526 into Vertispan:main Mar 3, 2022
niloc132 added a commit to niloc132/j2clmavenplugin that referenced this pull request Mar 3, 2022
niloc132 added a commit to niloc132/j2clmavenplugin that referenced this pull request Mar 3, 2022
xamde pushed a commit to Calpano/j2clmavenplugin that referenced this pull request Mar 9, 2022
…pan#130)

Gradle's "implementation" configuration for dependencies results in
published maven poms that are technically accurate for building
bytecode, but useless for building J2CL. To fix this, we interpret any
scope=runtime as if it says scope=compile.

A separate commit will include a test case to verify that the published
gwt modules in maven central work properly.

Fixes Vertispan#126
niloc132 added a commit to niloc132/j2clmavenplugin that referenced this pull request Mar 20, 2022
niloc132 added a commit to niloc132/j2clmavenplugin that referenced this pull request Mar 20, 2022
niloc132 added a commit to niloc132/j2clmavenplugin that referenced this pull request Apr 16, 2022
treblereel pushed a commit to treblereel/j2clmavenplugin that referenced this pull request Jun 3, 2022
…pan#130)

Gradle's "implementation" configuration for dependencies results in
published maven poms that are technically accurate for building
bytecode, but useless for building J2CL. To fix this, we interpret any
scope=runtime as if it says scope=compile.

A separate commit will include a test case to verify that the published
gwt modules in maven central work properly.

Fixes Vertispan#126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using org.gwtproject.http:gwt-http:1.0.0-RC3 fails finding elemental2 sources
1 participant