Personal sandbox for exploring Java language features and libraries.
- Puzzle inputs are not tracked in git (
src/test/resources/advent*/**is ignored). - Advent 2025 tests auto-download inputs locally using
AOC_SESSION(session cookie) andAOC_USER_AGENT; downloads are blocked on CI and those tests are JUnit-disabled whenCI/GITHUB_ACTIONSis set. - Suggested user agent:
java_playground/2025 (maintainer: you@example.com).
# Dependency analysis
jdeps --class-path 'libs/*' -R build/libs/java_playground.jar
# Dependency graph
./gradlew generateDependencyGraph