forked from google/j2cl
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Pom #13
Open
mdproctor
wants to merge
51
commits into
Vertispan:rebased_master
Choose a base branch
from
mdproctor:pom
base: rebased_master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pom #13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Declare dependencies for the transpiler Build transpiler into one jar, attach dependencies to aid in conflict resolution instead of using uberjars prefer unshaded closure compiler build so we can replace/exclude deps as needed Update pom to reflect changes upstream Second draft of poms, a bit more comprehensive (and incomplete) more maven artifacts Fix a version typo, and include details on deploying to our repo Remove the old pom correct the bootstrap output's classifier
…ding it as an artifact of this project
…e have actual code in the bytecode
…build or in bazel itself
…flicts, added a note about an actually-used dependency
…ource dir, not the classes dir
…ew dependency issues
…j2cl test annotation
Extracted out defaults changed upstream URL to ssh and added job dependency Update closure-library cache handling/keys. update bazel version based upon the .bazelversion value added configuration to limit bazel jobs Remove circleci config that jumps off the current branch Further limit how much resources bazel takes, and run 4 times (3 is enough in my testing) Restore auto-rebase so we track changes from upstream CircleCI changes - Reduce bazel host memory usage - Change docker image and removed installation of bazel - Added artifactory deployment
Increment version number since this includes breaking api changes
…oving from bootstrap.
…ort_only instead of prune
…local conventions)
… jar in j2cl, just adding enough for the junit processor to compile
Also increment version, since this is a breaking change.
niloc132
force-pushed
the
rebased_master
branch
from
August 26, 2021 22:51
e8e6ecd
to
64444e1
Compare
niloc132
force-pushed
the
rebased_master
branch
from
November 4, 2023 20:16
8972b62
to
aa5f8c2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a pom that enables IntelliJ to work, after you do a full bazel build. With this I can run IncrementalTest in IDE, and debug it, without issues.
The excludes in pom.xml is not yet being recognised by IntelliJ - so may need to add those manually.