Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Source
JCenter
Commits
607ed2ee
Commit
607ed2ee
authored
May 08, 2018
by
Shendy Aditya Syamsudin
Browse files
Add Exception Javadoc
parent
dc10c2d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bintrayv1.gradle
View file @
607ed2ee
...
...
@@ -11,7 +11,8 @@ if (project.hasProperty("android")) { // Android libraries
task
javadoc
(
type:
Javadoc
)
{
source
=
android
.
sourceSets
.
main
.
java
.
srcDirs
classpath
+=
project
.
files
(
android
.
getBootClasspath
().
join
(
File
.
pathSeparator
))
}
failOnError
false
}
}
else
{
// Java libraries
task
sourcesJar
(
type:
Jar
,
dependsOn:
classes
)
{
classifier
=
'sources'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment