https://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en
gradlew install:
Failed to capture snapshot of input files for task 'javadoc' during up-to-date check:
tasks.withType(Javadoc).all { enabled = false }
}
gradlew install:
Failed to capture snapshot of input files for task 'javadoc' during up-to-date check:
Solution: Add this line to Project's build
subprojects {.gradle filetasks.withType(Javadoc).all { enabled = false }
}
Комментариев нет:
Отправить комментарий