gradle / gradle/performance-comparisons
Can't build `large-multiproject`
- Dominant language
- Java
- Stars
- 19
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
There are a bunch of the issues:
* [mvn] doesn't work with Java 11+ (`Source option 5 is no longer supported. Use 8 or later.`)
* mismatch in tests/main use - incorrect constructor use (`large-multiproject/project1/src/test/java/org/gradle/test/performance1_1/Test1_99.java:[6,47] constructor Production1_99 in class org.gradle.test.performance1_1.Production1_99 cannot be applied to given types;`)
* test failing due to mismatch in expect value and property (`this.property = "foo";` vs `assertEquals(production.getProperty(), "value");`)
* no gradlew - forcing use of local gradle installation
has this project build/run in the recent years?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.