Skip to content

Commit

Permalink
Javadoc Title,Name
Browse files Browse the repository at this point in the history
  • Loading branch information
MihirKohli committed Sep 19, 2023
1 parent 3f08853 commit 28205c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -223,3 +223,6 @@ gradle-app.setting
# TODO remove this in the future after some time since https://github.com/SkriptLang/Skript/pull/4979
# This ensures developers don't upload their old existing test_runners/ folder.
test_runners/

## Mac MetaData
**/.DS_Store
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 28205c6

Please sign in to comment.