typelead / gradle-eta

Gradle plugin for the Eta programming language
BSD 3-Clause "New" or "Revised" License
30 stars 7 forks source link

Plugin doesnt work with gradle > 4.8 (using packages with java-source throws ClassNotFoundException's) #36

Open jneira opened 5 years ago

jneira commented 5 years ago

It seems to throw ClassNotFoundExceptions for used packages with classes included in the java-source stanza. Reported by @politrons in https://github.com/typelead/eta/issues/904

jneira commented 5 years ago

The workaround is to use gradle 4.7 or 4.8, locally installed or using the gradle wrapper used in examples