javadoc task is not executed. if you want enable just add:

echo '
task javadoc(type: Javadoc) {
    classpath = configurations.compile
    source = sourceSets.main.allJava
}' >> build.gradle

or

echo '
task javadocs(type: Javadoc) {
    classpath = configurations.compile
    source = sourceSets.main.allJava
}' >> build.gradle

and run
%gradle_build -- build javadocs

regards
.g

Il 09/02/2017 16:03, Martin Gansser ha scritto:
this is the new rpm spec-file:
https://martinkg.fedorapeople.org/Packages/MediathekView/MSearch.spec
and the build.log file:
https://martinkg.fedorapeople.org/Packages/MediathekView/MSearch-build-log.txt
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to