Commit 5db015a
Add empty root build.gradle so build-system detectors see Gradle
The Burp BApp Store submission bot file-checks the repo root for
build.gradle / pom.xml and rejects multi-project layouts where the
real build script lives in a subdirectory. The actual build config
stays in web3-decoder/build.gradle; this file just makes the root
recognisable as a Gradle project. ./gradlew jar at the root already
delegates to :web3-decoder:jar via the existing multi-project setup.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f13688b commit 5db015a
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments