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

Upgrade gradle and improve release workflow #57

Merged
merged 2 commits into from
Aug 12, 2022

Conversation

aymeric-dispa
Copy link
Contributor

@aymeric-dispa aymeric-dispa commented Aug 10, 2022

Update relelease process:

  • A jar file will be attached automatically once we create a release on Github.
  • Gradlew upgrade

@aymeric-dispa aymeric-dispa force-pushed the feature/gradle-upgrade branch 14 times, most recently from 8895b61 to 23c5ee8 Compare August 11, 2022 14:18
@aymeric-dispa aymeric-dispa force-pushed the feature/gradle-upgrade branch from 23c5ee8 to 8a92db4 Compare August 11, 2022 14:24
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@aymeric-dispa aymeric-dispa changed the title Upgrade gradle and remove deprecated and unused reports property Upgrade gradle and improve release workflow Aug 11, 2022
Copy link
Contributor

@ptiurin ptiurin left a comment

Choose a reason for hiding this comment

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

Couple of questions, apart from that lgtm.

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=wrapper/dists
Copy link
Contributor

Choose a reason for hiding this comment

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

not an issue, but it's generally a good practice to leave the newline in. Makes parsing easier.

Comment on lines +208 to +213
# Stop when "xargs" is not available.
if ! command -v xargs >/dev/null 2>&1
then
die "xargs is not available"
fi

Copy link
Contributor

Choose a reason for hiding this comment

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

When does this happen? I thought xargs comes by default with most unix systems.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file was generated when I ran command to upgrade gradle

@aymeric-dispa aymeric-dispa merged commit 274d37c into master Aug 12, 2022
@aymeric-dispa aymeric-dispa deleted the feature/gradle-upgrade branch August 25, 2022 15:32
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.

2 participants