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 83a41f6 commit 8e1fd28Copy full SHA for 8e1fd28
.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
@@ -150,7 +150,7 @@ license {
150
}
151
152
task releaseJavadoc(type: Javadoc) {
153
- title = project.property('version')
+ title = project.name + ' ' + project.property('version')
154
source = sourceSets.main.allJava
155
classpath = configurations.compileClasspath
156
options.encoding = 'UTF-8'
0 commit comments