We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f08853 commit 28205c6Copy full SHA for 28205c6
.gitignore
@@ -223,3 +223,6 @@ gradle-app.setting
223
# TODO remove this in the future after some time since https://github.com/SkriptLang/Skript/pull/4979
224
# This ensures developers don't upload their old existing test_runners/ folder.
225
test_runners/
226
+
227
+## Mac MetaData
228
+**/.DS_Store
build.gradle
@@ -158,7 +158,7 @@ javadoc {
158
}
159
160
task releaseJavadoc(type: Javadoc) {
161
- title = project.property('version')
+ title = project.name + ' ' + project.property('version')
162
source = sourceSets.main.allJava
163
classpath = configurations.compileClasspath
164
options.encoding = 'UTF-8'
0 commit comments