Skip to content

Commit 998d435

Browse files
committed
Enable gradle configuration cache
1 parent 19e3122 commit 998d435

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "base.fill-build-constants"
55
id "vialoader.publishing-conventions"
66
id "via.run-with-viaproxy-task"
7-
id "net.raphimc.class-token-replacer" version "1.1.4"
7+
id "net.raphimc.class-token-replacer" version "1.1.5"
88
}
99

1010
repositories {

buildSrc/src/main/groovy/base.base-conventions.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ tasks.withType(JavaCompile).configureEach {
2323

2424
tasks.withType(Javadoc).configureEach {
2525
it.options.encoding = "UTF-8"
26+
it.options.addStringOption("Xdoclint:none", "-quiet")
2627
}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
org.gradle.daemon=true
22
org.gradle.parallel=true
3+
org.gradle.configuration-cache=true
34

45
java_version=17
56
maven_group=com.viaversion

0 commit comments

Comments
 (0)