Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Update dependency gradle to v8.12 #100

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Update dependency gradle to v8.12 #100

merged 1 commit into from
Dec 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2024

This PR contains the following updates:

Package Update Change
gradle (source) minor 8.11 -> 8.12

Release Notes

gradle/gradle (gradle)

v8.12

Compare Source

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.11.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency gradle to v8.11.1 Update dependency gradle to v8.12 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 26d9001 to db15ebc Compare December 20, 2024 20:22
@jonahsnider jonahsnider merged commit 1f63f4b into main Dec 23, 2024
6 of 8 checks passed
@jonahsnider jonahsnider deleted the renovate/gradle-8.x branch December 23, 2024 09:27
simonstoryparker pushed a commit that referenced this pull request Jan 3, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
simonstoryparker added a commit that referenced this pull request Jan 7, 2025
* Add math to find perpendicular points as well as lookahead points

* Start adding point processing

* Add unit test

* Fix getLookaheadWaypoint to always give a lookahead point toward the end point

* Simplify test assertions with Pose2ds

* Remove old summing test

* Change heuristic logs for multiple path tracking logging

* Do more testing for perp and lookahead math

* Make a pure pursuit test auto

* Start debugging pure pursuit

* Change pure pursuit aligning to head toward start pose

* Format

* reset previous auto point index trailblazer

* Add interpolated rotation pure pursuit path tracking

* Incorporate a curvature based dynamic lookahead

* Make a test auto for in person robot testing with pure pursuit

* OP auto segment fix

* Add interpolated rotation pure pursuit path tracking

* Add rotation check to isFinished() for pure pursuit tracker

* Update dependency gradle to v8.12 (#100)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.junit.jupiter:junit-jupiter to v5.11.4 (#114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix typo in expected result for linear velocity test

* linear velocity & acceleration constraints

* angular acceleration & velocity constraints

* Format

* Make changes to the test auto

* Fix linear acceleration constraint math to return negative and positive values

* add rotation element to isFinished() pure pursuit

* Fix pure pursuit issue with jumping lookahead

* Play with constraints in test auto

* dynamic velocity constraint potential change

* Format

* Make 4 peice auto Kitbot with Trailblazer

* Remove segment motion profile and format

---------

Co-authored-by: Simon <[email protected]>
Co-authored-by: Jonah Snider <[email protected]>
Co-authored-by: fcuellar13 <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant