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 -- [email protected]
To unsubscribe send an email to [email protected]
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]