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?
There are a bunch of the issues:
Source option 5 is no longer supported. Use 8 or later.)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;)this.property = "foo";vsassertEquals(production.getProperty(), "value");)has this project build/run in the recent years?