Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
perf: Use 6328 garbage collection strategy.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenheroux committed Jan 30, 2024
1 parent b77a94f commit badb6ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ deploy {
// getTargetTypeClass is a shortcut to get the class type using a string

frcJava(getArtifactTypeClass('FRCJavaArtifact')) {
gcType = edu.wpi.first.gradlerio.deploy.roborio.GarbageCollectorType.G1_Base
}

// Static files artifact
Expand Down

0 comments on commit badb6ab

Please sign in to comment.