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

Java gradle maven sections #709

Closed

Conversation

arudge
Copy link

@arudge arudge commented Jul 26, 2019

Description

Resolve conflicts in this PR #265

If there are docs on how to test locally first, I think that would be a good idea and happy to do that.
I just resolved the readme conflicts in this PR.

@salmanulfarzy salmanulfarzy added the frozen Progress is temporarily frozen until resolving the specific issue. label Sep 20, 2019
# Check if maven or gradle project
[[ -f pom.xml || -f build.gradle || -f build.gradle.kts ]] || return

local java_version=$(java -version 2>&1 | grep '^java version ' | awk -F '"' '{print $2}')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to support OpenJDK as well local java_version=$(java -version 2>&1 | grep 'version ' | awk -F '"' '{print $2}') should be used

@arudge arudge closed this Feb 11, 2020
@arudge arudge deleted the java-gradle-maven-sections branch February 11, 2020 15:04
@denysdovhan denysdovhan mentioned this pull request May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frozen Progress is temporarily frozen until resolving the specific issue.
Development

Successfully merging this pull request may close these issues.

None yet

4 participants