File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ subprojects {
4242 targetCompatibility = 1.8
4343 compileJava. options. encoding = ' UTF-8'
4444 compileTestJava. options. encoding = ' UTF-8'
45+ javadoc. options. encoding = ' UTF-8'
4546
4647 repositories {
4748 mavenCentral()
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 dependencies {
88 classpath " gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
99 classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.11.1"
10- classpath " com.gradle:common-custom-user-data-gradle-plugin:1.8.0 "
10+ classpath " com.gradle:common-custom-user-data-gradle-plugin:1.8"
1111 }
1212}
1313
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77 dependencies {
88 classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.11.1"
9- classpath " com.gradle:common-custom-user-data-gradle-plugin:1.8.0 "
9+ classpath " com.gradle:common-custom-user-data-gradle-plugin:1.8"
1010 }
1111}
1212
You can’t perform that action at this time.
0 commit comments