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 to v7.1 #9

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

ghubstan
Copy link
Member

The most relevant change in v7.1 is the caching of incremental compilation analysis to speed up incremental builds. (I am seeing some <200ms inc. builds.)

A "Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0" warning is sometimes logged during a build, but ./gradlew build --warning-mode all does not tell us what in our build is deprecated. I think the intermittent warning could be ignored until Gradle tells us something specific, and this warning might be due to some 3rd party plugin(s) we are using.

The most relevant change in v7.1 is the caching of incremental compilation
analysis to speed up incremental builds. (I am seeing <200ms inc. builds)
See https://docs.gradle.org/current/release-notes.html#incremental-java

A "Deprecated Gradle features were used in this build, making it
incompatible with Gradle 8.0" warning is sometimes logged during
a build, but `./gradlew build --warning-mode all` does not tell us
what in our build is deprecated.  I think the intermittent warning
can be ignored until Gradle tells us something specific.'

This warning might be due to some plugin(s) we are using.
@ghubstan ghubstan requested a review from a user June 21, 2021 19:46
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

ACK

@ghubstan ghubstan merged commit e2ee29b into bisq-network:main Jun 25, 2021
@ghubstan ghubstan deleted the upgrade-to-gradle-7.1 branch June 25, 2021 14:00
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.

None yet

1 participant