spring-projects / spring-loaded

Java agent that enables class reloading in a running JVM
Apache License 2.0
2.72k stars 515 forks source link

fixing springloaded build to work as non java 1.8 minimum for now until asm fixes are done #230

Closed davydotcom closed 3 years ago

davydotcom commented 3 years ago

Gradle 6.8.3 has some issues with sourcing the java8 sub project due to it being a newer target compatibility than the library project. Also asm doesn't work as a java 1.8 class and must be targeting java 1.6 for now. Looking into a fix for this but simply bumping ASM version did not suffice.