GroovyDoc in Gradle not working -
i trying generate groovydocs in gradle script using command gradle groovydoc. can see command executed below:
dynamic properties deprecated: http://gradle.org/docs/current/dsl/org.gradle.api.plugins.extrapropertiesextension.html :compilejava up-to-date :compilegroovy up-to-date :processresources up-to-date :classes up-to-date :groovydoc up-to-date build successful but don't see api generated in file system. missing here?
given information provide, it's impossible say. we'd have see build scripts, output of gradle -v, etc. first line of output indicates may have misspelled configuration property in build script. recent versions of gradle print property in question. if up-to-date gradle clean groovydoc, it's clear sign isn't configured correctly.
Comments
Post a Comment