Skip to content

Commit 8e1fd28

Browse files
MihirKohliAyhamAl-AliTheLimeGlassModerocky
authored
Corrected Javadocs name, title (#6038)
* Javadoc Title,Name * Update .gitignore Co-authored-by: LimeGlass <16087552+TheLimeGlass@users.noreply.github.com> --------- Co-authored-by: Ayham Al Ali <20037329+AyhamAl-Ali@users.noreply.github.com> Co-authored-by: LimeGlass <16087552+TheLimeGlass@users.noreply.github.com> Co-authored-by: Moderocky <admin@moderocky.com>
1 parent 83a41f6 commit 8e1fd28

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
@@ -150,7 +150,7 @@ license {
150150
}
151151

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

0 commit comments

Comments
 (0)