Skip to content

Commit 28205c6

Browse files
committed
Javadoc Title,Name
1 parent 3f08853 commit 28205c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,6 @@ gradle-app.setting
223223
# TODO remove this in the future after some time since https://github.com/SkriptLang/Skript/pull/4979
224224
# This ensures developers don't upload their old existing test_runners/ folder.
225225
test_runners/
226+
227+
## Mac MetaData
228+
**/.DS_Store

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ javadoc {
158158
}
159159

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

0 commit comments

Comments
 (0)