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 8.3, supporting java-21 via its kotlin dependency #5138

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

soloturn
Copy link
Contributor

@soloturn soloturn commented Sep 18, 2023

permits to remove hardcoded kotlin version again, like mentioned in #5130.

@soloturn soloturn changed the title gradle 8.3, bin, supporting java-20 via its kotlin dependency gradle 8.3, bin, supporting java-21 via its kotlin dependency Sep 23, 2023
@soloturn
Copy link
Contributor Author

tested with java-21, still good.

@soloturn
Copy link
Contributor Author

@BenjaminAmos am i allowed to ping you here as well?

Copy link
Contributor

@BenjaminAmos BenjaminAmos left a comment

Choose a reason for hiding this comment

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

We tend to use the gradle-all distribution over the gradle-bin distribution because it provides better IDE support.

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
Copy link
Contributor

Choose a reason for hiding this comment

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

Although it is larger, we tend to use the -all gradle distribution because it makes the IDE tooling more useful.

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@soloturn soloturn changed the title gradle 8.3, bin, supporting java-21 via its kotlin dependency gradle 8.3, supporting java-21 via its kotlin dependency Sep 30, 2023
Copy link
Contributor

@BenjaminAmos BenjaminAmos left a comment

Choose a reason for hiding this comment

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

These changes seem fine to me.

I am approving this but will probably wait for a second opinion before merging.

@BenjaminAmos BenjaminAmos merged commit 983bba1 into MovingBlocks:develop Oct 1, 2023
9 checks passed
@BenjaminAmos
Copy link
Contributor

To clarify the title here, this will probably only support Java 20. Running on Java 21 will likely need Gradle 8.4 (which is not yet released). It's still an improvement.

@jdrueckert
Copy link
Member

should we adjust the title in that case @BenjaminAmos ?

@BenjaminAmos BenjaminAmos changed the title gradle 8.3, supporting java-21 via its kotlin dependency gradle 8.3, supporting java-20 via its kotlin dependency Oct 1, 2023
@soloturn soloturn changed the title gradle 8.3, supporting java-20 via its kotlin dependency gradle 8.3, supporting java-21 via its kotlin dependency Oct 2, 2023
@soloturn
Copy link
Contributor Author

soloturn commented Oct 2, 2023

am running java-21.

@soloturn soloturn deleted the gradle-8.3 branch October 28, 2023 07:10
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.

3 participants