You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage of mainSourceSet.getAllJava() is the culprit here. Gradle groovy plugin ads getAllGroovy() and scala plugin ads getAllScala() methods and they must be used for Enunciate to work. AFAIK it should be able to handle at least groovy.
The text was updated successfully, but these errors were encountered:
groszeq
changed the title
Doesn't work when groocy and/or scala sources are present.
Doesn't work when groovy and/or scala sources are present.
Jun 3, 2016
FWIW I looked a bit at this, and cannot figure out how to get access to GroovySourceSet/ScalaSourceSet.
They seem to be created by their plugins, unavailable from any configuration/extension.
If I try to apply both Groovy and Java plugins, the SourceSet instance I can access is of type org.gradle.api.internal.tasks.DefaultSourceSet_Decorated which doesn't help me much.
Usage of mainSourceSet.getAllJava() is the culprit here. Gradle groovy plugin ads getAllGroovy() and scala plugin ads getAllScala() methods and they must be used for Enunciate to work. AFAIK it should be able to handle at least groovy.
The text was updated successfully, but these errors were encountered: