-
Notifications
You must be signed in to change notification settings - Fork 277
Supporting Run native behavior for Gradle #3282
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
917d6b4
resolving merged changes
nitinp19 9896747
removing comment
nitinp19 209cce3
updating dependencies
nitinp19 086046d
checking config file exist or not
nitinp19 8818c21
added test cases
nitinp19 0fcfcf5
adding test cases
nitinp19 0ad7f42
Delete testdata/gradle/gradleproject/build/libs/minimal-example-1.0.jar
nitinp19 5e3e2ac
fixing the test case
nitinp19 898bd25
adding test case
nitinp19 d7dd68a
compacting gradle test file
nitinp19 011be90
path passing
nitinp19 e8f46ed
catching gradle cmd output
nitinp19 964323c
fixing test case to be compatible with 8+
nitinp19 f2c7da0
updating dependency
nitinp19 15005ef
updating cli-artifactory and bi dependency
nitinp19 612e140
nitpic changes
nitinp19 3ba86cc
Merge branch 'master' into runNativeSupport
nitinp19 dcc01ac
Merge branch 'master' into runNativeSupport
nitinp19 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be before serverDetails, err := coreConfig.GetDefaultServerConf() condition. Extracting Default Server should be last option.