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

⚡ Gradle build optimizations #3670

Merged
merged 5 commits into from
May 17, 2022

Conversation

ryandens
Copy link
Contributor

fixes #3669
Before filing a pull request, make sure to do the following:

This helps to reduce the chance of having a pull request rejected.

@@ -137,7 +137,7 @@ public void testCheckJibVersionInvoked() {
// Gradle tests aren't run from a jar and so don't have an identifiable plugin version
assertThat(exception)
.hasMessageThat()
.isEqualTo("Failed to apply plugin [id 'com.google.cloud.tools.jib']");
.isEqualTo("Failed to apply plugin 'com.google.cloud.tools.jib'.");
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 error message changed as a result of the gradle wrapper upgrade from 6.0.1 to 6.6.1

settings.gradle Outdated
@@ -1,3 +1,6 @@
buildCache {

Choose a reason for hiding this comment

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

This configuration is optional since it is already the default when adding org.gradle.caching=true.

@sonarcloud
Copy link

sonarcloud bot commented May 16, 2022

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
0.0% 0.0% Duplication

Copy link
Contributor

@elefeint elefeint left a comment

Choose a reason for hiding this comment

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

This is much faster, thank you!

@elefeint elefeint merged commit 6df635e into GoogleContainerTools:master May 17, 2022
@ryandens ryandens deleted the gradle-optimizations branch May 17, 2022 17:18
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.

⚡ Gradle build optimizations for this repository
5 participants