We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc84f31 commit a5d5461Copy full SHA for a5d5461
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
parameters:
7
version:
8
type: string
9
- default: 0.4.8
+ default: 0.4.9
10
11
general:
12
branches:
build.gradle
@@ -90,6 +90,7 @@ remapJar {
90
91
javadoc {
92
options.addStringOption('Xdoclint:none', '-quiet')
93
+ options.encoding = "UTF-8"
94
}
95
96
task sourcesJar(type: Jar, dependsOn: classes) {
gradle.properties
@@ -7,7 +7,7 @@ loader_version=0.12.12
api_version=0.46.4+1.18
# Mod Properties
-mod_version=0.4.8
+mod_version=0.4.9
maven_group=meteordevelopment
archives_base_name=meteor-client
13
0 commit comments