Skip to content

Commit

Permalink
Corrected Javadocs name, title
Browse files Browse the repository at this point in the history
  • Loading branch information
MihirKohli committed Sep 19, 2023
1 parent 3f08853 commit c637dbb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
Binary file added .github/.DS_Store
Binary file not shown.
Binary file added .github/assets/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -158,7 +158,7 @@ javadoc {
}

task releaseJavadoc(type: Javadoc) {
title = project.property('version')
title = project.name + ' ' + project.property('version')
source = sourceSets.main.allJava
classpath = configurations.compileClasspath
options.encoding = 'UTF-8'
Expand Down

0 comments on commit c637dbb

Please sign in to comment.