Skip to content

Commit 745b6ab

Browse files
committed
disable antora and bust cache
1 parent 3aaf8e1 commit 745b6ab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
}
4242
},
43-
"bustCache": 12,
43+
"bustCache": 13,
4444
"nxCloudUrl": "https://staging.nx.app",
4545
"nxCloudId": "67a56832eb5d9093e3ebe776"
4646
}

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,12 @@ toolchain {
161161

162162
nxProjectReport {
163163
atomized = false
164+
}
165+
166+
tasks.named("antora") {
167+
enabled = false
168+
}
169+
170+
tasks.named("antoraNpmInstall") {
171+
enabled = false
164172
}

0 commit comments

Comments
 (0)