Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamboo/gradle-30498
Attempt to reproduce Gradle bug #30498
https://github.com/bamboo/gradle-30498
Last synced: 10 days ago
JSON representation
Attempt to reproduce Gradle bug #30498
- Host: GitHub
- URL: https://github.com/bamboo/gradle-30498
- Owner: bamboo
- Created: 2024-09-12T21:22:33.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T19:59:41.000Z (about 2 months ago)
- Last Synced: 2024-09-14T10:34:40.531Z (about 2 months ago)
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Attempt to reproduce Gradle bug #30498
This is an attempt to reproduce [8.10.1: ClassNotFoundException: com.gradle.develocity.agent.a.a.a](https://github.com/gradle/gradle/issues/30498).
The structure of the build includes 3 build-logic builds. This is so the classloader hierarchy can be made complicated enough to cause Develocity's proxy based method calls to kick-in.
The Develocity version is set at [build-logic/develocity/build.gradle.kts](build-logic/develocity/build.gradle.kts).
The plugin is applied in the [root build](settings.gradle) and in the [build-logic build](build-logic/settings/settings.gradle)
The Gradle wrapper is set at 8.9 since the faulty behavior is already present in that version.
Run the repro attempt with:
./gradlew :settings:build --configuration-cache --scan -Dscan.dump