Use compiled class in a gradle build script -


i trying gradle task evaluate static field in class compiled in same build file have not found way achieve without doing stuff javaexec , have java main or groovy script output stdout (something running groovy scripts gradle). there way evaluate java or groovy expression in task , set classpath compile or runtime classpath of project? task depend on compilejava, can sure code compiled before expression evaluated.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -