tree: 0a0e2e58fdfebeb4be4d0c5b44f59b8a029679f2 [path history] [tgz]
  1. src/
  2. build.gradle.kts
  3. OWNERS
  4. README.md
development/splitBaselineProfiles/README.md

A Utility to Split Baseline Profiles into constituent modules

  • To build the fat jar ./gradlew shadowJar.

  • Run using java -jar split-baseline-profiles-all.jar

  • To run the splitter with the runShadow task add something like

// Configuring the runShadow Task
runShadow {
  args 'foo'
}