Skip to content

Commit

Permalink
Add source code for picocli.
Browse files Browse the repository at this point in the history
This commit adds a source snapshot of picocli which fixes the following
issue, which is required for Perf's use case.

remkop/picocli#2232

After the next release of Picocli (time TBD), we can remove this source
snapshot and include picocli using gradle.
  • Loading branch information
hq6 committed Apr 16, 2024
1 parent f2f2f66 commit be2464c
Show file tree
Hide file tree
Showing 2 changed files with 19,236 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JAVA_LIBRARY_SRC = $(shell find src/com/squareup/perfutils -type f -name "*.java

# The Java files that comprise the Perf executable, which depend on the
# libraries in `lib` and the PerfUtils library that lives at `JAVA_LIBRARY_SRC`.
JAVA_MAIN_SRC = $(shell find src/com/squareup/perf -type f -name "*.java")
JAVA_MAIN_SRC = $(shell find src/picocli src/com/squareup/perf -type f -name "*.java")

# Set a default yet overridable max Java heap size for Gradle invocations.
GRADLE_OPTS ?= "-Xmx4g"
Expand Down
Loading

0 comments on commit be2464c

Please sign in to comment.