Skip to content

Commit

Permalink
disable javadoc gen
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaviva committed May 25, 2021
1 parent 783ab11 commit f849825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ allprojects {
mavenCentral()
maven { url 'https://jitpack.io' }
}

tasks.withType(Javadoc).all {
enabled = false
}

}

task clean(type: Delete) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ kotlin.code.style=official
# bintray upload
USER_ORG=vitaviva
ARTIFACT_GROUP=com.github.fragivity
ARTIFACT_VERSION=0.2.6
ARTIFACT_VERSION=0.2.6.2
WEB_SITE=https://github.com/vitaviva/fragivity

0 comments on commit f849825

Please sign in to comment.