mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Relocate Gson, Kryo, Objenesis, SLF4J, JaCoCo, and ASM under com.codeflash.shaded.* in both Maven (shade plugin) and Gradle (shadow plugin). SQLite is left unshaded due to native lib loading. Also adds jarHell/thirdPartyAudit to the Gradle skip-validation init script as a defensive measure, and adds Gradle wrapper + syncs JaCoCo deps to the Gradle build. Fixes OpenSearch jar-hell failures caused by duplicate com.google.gson classes between the fat JAR and project dependencies. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
201 B
INI
5 lines
201 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|